Moved README to README.markdown
[merb_radiant.git] / app / controllers / admin / export.rb
blob5602eca3f6919f0408fc2f81034fd8908fc896c0
1 module Admin
2   class Export < Application
3     def yaml
4       render :text => Radiant::Exporter.export, :content_type => "text/yaml"
5     end
6   end
7 end