projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add transient bbox attribute to changesets factory
[rails.git]
/
app
/
controllers
/
api
/
user_preferences_controller.rb
diff --git
a/app/controllers/api/user_preferences_controller.rb
b/app/controllers/api/user_preferences_controller.rb
index cb852ce881aa10909a267e776aa884c406e388b4..d1bd6d6242bc5713ce28054630e26341f711bc28 100644
(file)
--- a/
app/controllers/api/user_preferences_controller.rb
+++ b/
app/controllers/api/user_preferences_controller.rb
@@
-6,8
+6,6
@@
module Api
authorize_resource
- around_action :api_call_handle_error
-
before_action :set_request_formats
##