You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`rescue_from` works for rescuing exceptions in controller actions, but it's not specific to ActionController.
This change updates the docs to clarify the specifics of how `rescue_from` is used and that its use goes beyond controller actions.
Note: I believe the original addition of this documentation was added as part of the move from [`ActionController::Rescue` to `ActiveSupport::Rescuable`](rails@259a7a8#diff-2276a3674b84e1262c94cc36346f9fbd8d00e0a4542bb991a8846c06d86335b1R12)
0 commit comments