Skip to content

Issue and fix for sorting large list of config options #2

@bcatherall

Description

@bcatherall

We probably have about 200 config options in Behavior, and the unsorted list was just too much to manage.

It was really simple to make it a sorted list.

line 40 of lib/behavior.rb

change from
meta.keys
to
meta.keys.sort

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions