class I18n::Railtie

def self.watched_dirs_with_extensions(paths)

def self.watched_dirs_with_extensions(paths)
  paths.each_with_object({}) do |path, result|
    result[path.absolute_current] = path.extensions
  end
end