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
It would be nice to be able to rescue from anticipated errors without needing to require the gem at the top of the action in order to make that error constant available at the time the action is defined.
This would also make it more consistent with our new render_error_responses setting:
It would be nice to be able to rescue from anticipated errors without needing to require the gem at the top of the action in order to make that error constant available at the time the action is defined.
This would also make it more consistent with our new
render_error_responses
setting:The text was updated successfully, but these errors were encountered: