class TinyMCE::Rails::ConfigurationFile

def last_updated

def last_updated
  File.exists?(path) && File.mtime(path)
end