instance method
watchable_dirs
Ruby on Rails 3.2.22.5
Since v3.2.22.5Signature
watchable_dirs()
Add directories that should be watched for change. The key of the hashes should be directories and the values should be an array of extensions to match in each directory.
Source
# File railties/lib/rails/railtie/configuration.rb, line 18
def watchable_dirs
@@watchable_dirs ||= {}
end
Defined in railties/lib/rails/railtie/configuration.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Railtie::Configuration