Module: Meta2::ApplicationHelper
- Defined in:
- app/helpers/meta2/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#options_of_section_from_meta2_settings_for_select(form) ⇒ Object
3 4 5 6 |
# File 'app/helpers/meta2/application_helper.rb', line 3 def (form) = I18n.t('meta2.setting.sections').to_hash.invert , selected: form.object.section.to_s end |