X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae70bb7689ff968fb3402ea2362659e5a280a4cb..8b840c650629d45e79f99811e9062aea5e130e33:/app/controllers/api/ways_controller.rb diff --git a/app/controllers/api/ways_controller.rb b/app/controllers/api/ways_controller.rb index 0828e311f..f8254d802 100644 --- a/app/controllers/api/ways_controller.rb +++ b/app/controllers/api/ways_controller.rb @@ -1,7 +1,5 @@ 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]