Flowdock
method

include_fallbacks_module

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: I18n::Railtie
include_fallbacks_module() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/i18n_railtie.rb, line 55
    def self.include_fallbacks_module
      I18n.backend.class.send(:include, I18n::Backend::Fallbacks)
    end
Register or log in to add new notes.