X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/93fded964161e190eda2ff220c2b2229e10d92da..071c3581e94552e5da08a2eed14e9a69e4f87e4f:/app/controllers/relation_controller.rb diff --git a/app/controllers/relation_controller.rb b/app/controllers/relation_controller.rb index 10328aae4..0b989d11e 100644 --- a/app/controllers/relation_controller.rb +++ b/app/controllers/relation_controller.rb @@ -1,6 +1,7 @@ class RelationController < ApplicationController require 'xml/libxml' + skip_before_filter :verify_authenticity_token before_filter :authorize, :only => [:create, :update, :delete] before_filter :require_allow_write_api, :only => [:create, :update, :delete] before_filter :require_public_data, :only => [:create, :update, :delete]