class Rails::Railtie::Configuration
def watchable_dirs
The key of the hashes should be directories and the values should
Add directories that should be watched for change.
def watchable_dirs @@watchable_dirs ||= {} end
def watchable_dirs @@watchable_dirs ||= {} end