]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/old_elements_controller.rb
Merge pull request #5151 from AntonKhorev/no-history-and-export-buttons
[rails.git] / app / controllers / api / old_elements_controller.rb
index 6a468a900631953247414ecee55145745c393e62..73e57c1f82355415baeef6a4ee044e3a741b942c 100644 (file)
@@ -3,14 +3,12 @@
 # nodes, ways and relations are basically identical.
 module Api
   class OldElementsController < ApiController
-    before_action :check_api_readable
     before_action :check_api_writable, :only => [:redact]
     before_action :setup_user_auth, :only => [:history, :show]
     before_action :authorize, :only => [:redact]
 
     authorize_resource
 
-    around_action :api_call_handle_error, :api_call_timeout
     before_action :lookup_old_element, :except => [:history]
     before_action :lookup_old_element_versions, :only => [:history]