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 have put code in after or after_all, but it's never called. Why ?
This is probably because you used redirect_referrer of redirect in your
method. When used, those method completely get out of execution flow and bypass
whatever code is next.
A workaround is to set response.status to a 30x (302, 303, ...) and add a
Location header.