method

watched_dirs_with_extensions

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.

watched_dirs_with_extensions(paths)
protected

No documentation available.

# File activesupport/lib/active_support/i18n_railtie.rb, line 109
    def self.watched_dirs_with_extensions(paths)
      paths.each_with_object({}) do |path, result|
        result[path.absolute_current] = path.extensions
      end
    end