class Rails::Railtie::Configuration

def watchable_dirs

be an array of extensions to match in each directory.
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