class TinyMCE::Rails::ConfigurationFile
def load_yaml(path)
def load_yaml(path) result = ERB.new(IO.read(path)).result YAML.respond_to?(:unsafe_load) ? YAML.unsafe_load(result) : YAML.load(result) end
def load_yaml(path) result = ERB.new(IO.read(path)).result YAML.respond_to?(:unsafe_load) ? YAML.unsafe_load(result) : YAML.load(result) end