method
include_fallbacks_module
v4.2.9 -
Show latest stable
- Class:
I18n::Railtie
include_fallbacks_module()protected
No documentation available.
# File activesupport/lib/active_support/i18n_railtie.rb, line 64
def self.include_fallbacks_module
I18n.backend.class.send(:include, I18n::Backend::Fallbacks)
end