X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f4b851074423255ae034f77b3430cb3993b1e0d2..ebb1fba41db203fb05d2f35c62b774dd4534a021:/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]