method

include_fallbacks_module

rails latest stable - Class: I18n::Railtie

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

include_fallbacks_module()
protected

No documentation available.

# File activesupport/lib/active_support/i18n_railtie.rb, line 79
    def self.include_fallbacks_module
      I18n.backend.class.include(I18n::Backend::Fallbacks)
    end