X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae70bb7689ff968fb3402ea2362659e5a280a4cb..bbd6140f4bdc7746ecbd4d109316b2dd0b6d047f:/app/controllers/api/ways_controller.rb diff --git a/app/controllers/api/ways_controller.rb b/app/controllers/api/ways_controller.rb index 0828e311f..4099e1676 100644 --- a/app/controllers/api/ways_controller.rb +++ b/app/controllers/api/ways_controller.rb @@ -1,9 +1,6 @@ module Api class WaysController < ApiController - require "xml/libxml" - before_action :check_api_writable, :only => [:create, :update, :delete] - before_action :check_api_readable, :except => [:create, :update, :delete] before_action :authorize, :only => [:create, :update, :delete] authorize_resource