class method
self.reloader_paths
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
self.reloader_paths()
No documentation comment.
Source
# File activesupport/lib/active_support/i18n_railtie.rb, line 16
def self.reloader_paths
@reloader_paths ||= []
end
Defined in activesupport/lib/active_support/i18n_railtie.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in I18n::Railtie