]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/old_elements_controller.rb
Move api error handling and timeouts to parent class
[rails.git] / app / controllers / api / old_elements_controller.rb
index 2343252dbb0a63243ece6e1c90c9de0875dfee4c..73e57c1f82355415baeef6a4ee044e3a741b942c 100644 (file)
@@ -9,7 +9,6 @@ module Api
 
     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]