2 3 4
# File 'app/controllers/admin/export_controller.rb', line 2 def yaml render :text => Radiant::Exporter.export, :content_type => "text/yaml" end