]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Headers is an array not a function...
[rails.git] / app / controllers / api_controller.rb
index 3350e733cbb41a7cece2e62ba074c42e42efc42f..223edc6aa870db14b325895999ca3e8e7a416ebb 100644 (file)
@@ -79,8 +79,9 @@ class ApiController < ApplicationController
       exit!
     end
 
-    render :text => doc.to_s, :content_type => "text/xml"
+    response.headers["Content-Disposition"] = "attachment; filename=\"map.osm\""
 
+    render :text => doc.to_s, :content_type => "text/xml"
   end
 
   def map