]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/node_controller.rb
lots of rails gpx stuff
[rails.git] / app / controllers / node_controller.rb
index 5e5784e68dbc06a0bc4757ac56a86e04b140b118..27c21c4815a78fea0da3c0846ac8d72559ba82b1 100644 (file)
@@ -2,6 +2,7 @@ class NodeController < ApplicationController
   require 'xml/libxml'
 
   before_filter :authorize
+  after_filter :compress_output
 
   def create
     response.headers["Content-Type"] = 'application/xml'