]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/old_controller.rb
Remove require "xml/libxml" from controllers
[rails.git] / app / controllers / api / old_controller.rb
index 7c9c32e639a12602ee6678bcf800fdbbf5f1cb1c..5b16b453d6f92f1acbb65064c49ce2201325f2a4 100644 (file)
@@ -3,8 +3,6 @@
 # nodes, ways and relations are basically identical.
 module Api
   class OldController < ApiController
-    require "xml/libxml"
-
     before_action :check_api_readable
     before_action :check_api_writable, :only => [:redact]
     before_action :setup_user_auth, :only => [:history, :show]