Module: I18nStrategy::Filter
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/i18n_strategy/initializer.rb
Instance Method Summary collapse
Instance Method Details
#set_locale ⇒ Object
22 23 24 25 |
# File 'lib/i18n_strategy/initializer.rb', line 22 def set_locale ActionController::Base.send(:include, I18nStrategy.strategy) I18n.locale = send(I18nStrategy.method_to_detect_locale || :detect_locale) end |