class Rails::Railtie::Configuration

def watchable_files

Add files that should be watched for change.
def watchable_files
  @@watchable_files ||= []
end