method

watched_dirs_with_extensions

v5.0.0.1 - Show latest stable - Class: I18n::Railtie
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