I have an admin account which logs into a separate account page. I want to have the ability to add a new account without logging them in I tried using this
<%= link_to "Add a New Account", new_user_registration_path %>
to redirect to the pre-existing sign up view but I keep running into the following message in the application.
You are already signed in.
What am I missing here?