app/controllers/admin/export_controller.rb in radiant-0.6.3 vs app/controllers/admin/export_controller.rb in radiant-0.6.4

- old
+ new

@@ -1,6 +1,6 @@ class Admin::ExportController < ApplicationController def yaml response.headers['Content-Type'] = "text/yaml" - render_text Radiant::Exporter.export + render :text => Radiant::Exporter.export end end