Module: SpreeMobility::LocaleHelper

Defined in:
app/helpers/spree_mobility/locale_helper.rb

Instance Method Summary collapse

Instance Method Details

#select_available_locales_fieldsObject



3
4
5
6
7
8
9
# File 'app/helpers/spree_mobility/locale_helper.rb', line 3

def select_available_locales_fields
  select_tag(
    'locale',
    options_for_select(available_locales_options, nil),
    { include_blank: Spree.t(:all), class: 'select2' }
  )
end