]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/users_controller.rb
Move api error handling and timeouts to parent class
[rails.git] / app / controllers / api / users_controller.rb
index 5ff275ee9dc52f268b250d52f445dd71a3295b1c..e9f42e12b1444787260dad22a18bf5ee97fdb368 100644 (file)
@@ -6,7 +6,6 @@ module Api
 
     authorize_resource
 
-    around_action :api_call_handle_error
     load_resource :only => :show
 
     before_action :set_request_formats, :except => [:gpx_files]