]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/ways_controller.rb
Simplify deny_access handling
[rails.git] / app / controllers / api / ways_controller.rb
index 2de2d619becf6408927f18ded462a45478bd8c28..5e3e5e11ab1d511dea0882b5c455fa59c520f25b 100644 (file)
@@ -3,7 +3,6 @@ module Api
     require "xml/libxml"
 
     before_action :authorize, :only => [:create, :update, :delete]
-    before_action :api_deny_access_handler
 
     authorize_resource