class method
self.watched_dirs_with_extensions
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.0.7.2Signature
self.watched_dirs_with_extensions(paths)
No documentation comment.
Parameters
-
pathsreq
Source
# 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
Defined in activesupport/lib/active_support/i18n_railtie.rb line 109
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in I18n::Railtie