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
How to set ignore_cascade_pass option when using exception_notification as a Rails engine?
Probably should add mattr_accessor :ignore_cascade_pass to ExceptionNotifier module, allow overriding it in middleware's initialize and then use it in call
The text was updated successfully, but these errors were encountered:
How to set
ignore_cascade_pass
option when using exception_notification as a Rails engine?Probably should add
mattr_accessor :ignore_cascade_pass
toExceptionNotifier
module, allow overriding it in middleware's initialize and then use it in callThe text was updated successfully, but these errors were encountered: