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
I would like to know if it's possible to get the before_action that stop the request?
Does the key is inside the unsubscribing of ActiveSupport::Notifications ?
Fixroidrage#258
Sometimes when you do the final render or redirection, it can be halted by a controller callback. With the existing code, it can very hard to understand where it stopped.
With this commit, the intent is to provide the method name where it stops.
Hello
I would like to know if it's possible to get the
before_action
that stop the request?Does the key is inside the unsubscribing of
ActiveSupport::Notifications
?lograge/lib/lograge.rb
Lines 111 to 113 in 0e1ed04
Thanks
The text was updated successfully, but these errors were encountered: