projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplify deny_access handling
[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 5c3a6cb8e7e12d01f775c43f8457dad490f2dd6a..f24d50cf101d2525c8054a642cf6b8e5d68df858 100644
(file)
--- a/
app/controllers/api/users_controller.rb
+++ b/
app/controllers/api/users_controller.rb
@@
-4,7
+4,6
@@
module Api
before_action :disable_terms_redirect, :only => [:api_details]
before_action :authorize, :only => [:api_details, :api_gpx_files]
- before_action :api_deny_access_handler
authorize_resource