method

reloader

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 (v3.2.13) is shown here.

reloader()
public

No documentation available.

# File activesupport/lib/active_support/i18n_railtie.rb, line 12
    def self.reloader
      @reloader ||= ActiveSupport::FileUpdateChecker.new(reloader_paths){ I18n.reload! }
    end