I am redirecting from one action "receive" to other "show" using
redirect_to @post
I need to know if the visitor was redirected in the view for show
Can I store a variable @flag in receive and use it in "show" after the redirect? I couldn't.
Is there a way to pass a parameter without showing it in the URL?
Thanks in advance.