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