projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/5480'
[rails.git]
/
app
/
controllers
/
api
/
users_controller.rb
diff --git
a/app/controllers/api/users_controller.rb
b/app/controllers/api/users_controller.rb
index 5ff275ee9dc52f268b250d52f445dd71a3295b1c..e9f42e12b1444787260dad22a18bf5ee97fdb368 100644
(file)
--- a/
app/controllers/api/users_controller.rb
+++ b/
app/controllers/api/users_controller.rb
@@
-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]