projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove references to OAuth 1 client_application model
[rails.git]
/
app
/
controllers
/
api
/
old_elements_controller.rb
diff --git
a/app/controllers/api/old_elements_controller.rb
b/app/controllers/api/old_elements_controller.rb
index 2343252dbb0a63243ece6e1c90c9de0875dfee4c..73e57c1f82355415baeef6a4ee044e3a741b942c 100644
(file)
--- a/
app/controllers/api/old_elements_controller.rb
+++ b/
app/controllers/api/old_elements_controller.rb
@@
-9,7
+9,6
@@
module Api
authorize_resource
- around_action :api_call_handle_error, :api_call_timeout
before_action :lookup_old_element, :except => [:history]
before_action :lookup_old_element_versions, :only => [:history]