summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0c7fa2c)
This controller doesn't handle any API methods, and so the api call
error handling isn't appropriate.
authorize_resource
before_action :set_locale
authorize_resource
before_action :set_locale
- around_action :api_call_handle_error, :api_call_timeout
+ around_action :web_timeout
##
# Display a list of notes by a specified user
##
# Display a list of notes by a specified user