Open themichaellai opened 10 years ago
This is going to be a tough one. Devise keeps track of a path to redirect to after sign in, not a url.
Devise has an #after_sign_in_path_for(resource) helper that you can overwrite to create the behavior.
#after_sign_in_path_for(resource)
This is going to be a tough one. Devise keeps track of a path to redirect to after sign in, not a url.