class TinyMCE::Rails::ConfigurationFile

def load_yaml(path)

def load_yaml(path)
  YAML::load(ERB.new(IO.read(path)).result)
end