]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/ways_controller.rb
Remove require "xml/libxml" from controllers
[rails.git] / app / controllers / api / ways_controller.rb
index 0828e311f353cb1265ef5138427caf097001d9f0..f8254d8027bacbd43fe8e0c6c641c78b8b04e338 100644 (file)
@@ -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]