X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7901811752faea37a9fb0f5f05405a5cfbd63b7e..270902bc8e1f6bedae948ab73500b9fed85510cc:/app/controllers/node_controller.rb diff --git a/app/controllers/node_controller.rb b/app/controllers/node_controller.rb index 3f3f882ae..5d50df7e6 100644 --- a/app/controllers/node_controller.rb +++ b/app/controllers/node_controller.rb @@ -1,7 +1,9 @@ class NodeController < ApplicationController require 'xml/libxml' + session :off before_filter :authorize, :only => [:create, :update, :delete] + before_filter :check_availability, :only => [:create, :update, :delete] after_filter :compress_output def create