I am currently using Devise to authenticate users on my app. It\'s working great for the most point, but I am having trouble with a specific action:
view:
I believe the session key is :"#{scope}_return_to, which will be simply :user_return_to for a User class.
:"#{scope}_return_to
:user_return_to
User