I am working on a Rails 4 app using Devise 3.1.1 for user authentication. When I click on /users/sign_up.user link Rails throws following exception:
ActionCo
@zeeshan's answer works, you can also the functions without the _user infix:
new_registration_path(resource_name) new_session_path(resource_name) new_password_path(resource_name)