]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/old_controller.rb
Test some missing cases in the way controller
[rails.git] / app / controllers / old_controller.rb
index b52c4efa4c40f7dd12718d767b7cee1ba68d2c4f..9e1137f8d6e635cd7d1b001167701689fc9a1de9 100644 (file)
@@ -11,7 +11,6 @@ class OldController < ApplicationController
   before_action :require_allow_write_api, :only => [:redact]
   before_action :check_api_readable
   before_action :check_api_writable, :only => [:redact]
   before_action :require_allow_write_api, :only => [:redact]
   before_action :check_api_readable
   before_action :check_api_writable, :only => [:redact]
-  after_action :compress_output
   around_action :api_call_handle_error, :api_call_timeout
   before_action :lookup_old_element, :except => [:history]
   before_action :lookup_old_element_versions, :only => [:history]
   around_action :api_call_handle_error, :api_call_timeout
   before_action :lookup_old_element, :except => [:history]
   before_action :lookup_old_element_versions, :only => [:history]