Module: SpreeMobility::LocaleHelper
- Defined in:
- app/helpers/spree_mobility/locale_helper.rb
Instance Method Summary collapse
Instance Method Details
#select_available_locales_fields ⇒ Object
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', (, nil), { include_blank: Spree.t(:all), class: 'select2' } ) end |