# nodes, ways and relations are basically identical.
module Api
class OldController < ApiController
# nodes, ways and relations are basically identical.
module Api
class OldController < ApiController
before_action :check_api_readable
before_action :check_api_writable, :only => [:redact]
before_action :check_api_readable
before_action :check_api_writable, :only => [:redact]