Method: ActiveFlag::Definition#humans
- Defined in:
- lib/active_flag/definition.rb
#humans ⇒ Object
19 20 21 22 23 24 |
# File 'lib/active_flag/definition.rb', line 19 def humans @humans ||= {} @humans[I18n.locale] ||= begin @keys.map { |key| [key, human(key)] }.to_h end end |