]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/notes_controller.rb
Move api error handling and timeouts to parent class
[rails.git] / app / controllers / api / notes_controller.rb
index 3352c1f69b591c121fcf582d2ec01f6307185bac..9a00814f502d48d4c0df921458897a7a05a1dd4b 100644 (file)
@@ -7,7 +7,6 @@ module Api
     authorize_resource
 
     before_action :set_locale
-    around_action :api_call_handle_error, :api_call_timeout
     before_action :set_request_formats, :except => [:feed]
 
     ##