1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 16:18:01 +00:00

Round out one of the sentences

This commit is contained in:
jbranchaud
2016-03-03 21:26:08 -06:00
parent 3eaac3a962
commit 2d99ace53b

View File

@@ -3,7 +3,7 @@
The
[`rescue_from`](http://api.rubyonrails.org/classes/ActiveSupport/Rescuable/ClassMethods.html)
method, provided by `ActiveSupport`, is a handy way to provide a catch-all
response to a particular exception.
response to a particular exception in Rails controllers.
For instance, if many of the controllers in your application raise a
`User::NotAuthorized` error for unauthorized requests, the