class TinyMCE::Rails::ConfigurationFile

def reload?

def reload?
  @configuration.nil? || (reloadable? && changed?)
end