Is there a way for us to configure devise to go to a specific page after sign up? Something like after_sign_up_path for. I want the users to update their profile on first login after signup, so want to redirect them to edit_user_path(current_user).
Is there a way for us to configure devise to go to a specific
Share
Got it. Below is how i implemented it.