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