I want to be able to send already signed-in-users elsewhere when they go to the login page . Right now they are heading for the root path.
I tried to do my own action in the session controller, but it does not seem to work. The text that I am trying to print in the log for verification does not even appear, so I think the user is redirected somewhere along the chain.
How do you do this?
source
share