Remove require "xml/libxml" from controllers

This commit is contained in:
Anton Khorev 2024-03-28 11:18:31 +03:00
parent 99bed16f9a
commit fba5528731
6 changed files with 0 additions and 11 deletions

View 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]