]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/relations_controller.rb
Merge remote-tracking branch 'upstream/pull/2204'
[rails.git] / app / controllers / api / relations_controller.rb
index a0740b382819f720d59013a3b70157834428c758..b7d990c3d3570321d21614afc1ef94293d39055b 100644 (file)
@@ -1,10 +1,8 @@
 module Api
-  class RelationsController < ApplicationController
+  class RelationsController < ApiController
     require "xml/libxml"
 
-    skip_before_action :verify_authenticity_token
     before_action :authorize, :only => [:create, :update, :delete]
-    before_action :api_deny_access_handler
 
     authorize_resource