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 options_of_section_from_meta2_settings_for_select(form)
  options = I18n.t('meta2.setting.sections').to_hash.invert
  options_for_select options, selected: form.object.section.to_s
end