-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 4 router doesn't support identically named routes with conditional logic #39
Comments
+1 thanks for the temporary fix |
Thanks. |
+1 thanks for fix |
👍 Thanks! |
looks like still this is needed, thanks for the suggested 'fix' 👍 |
I'm no longer recommending or supporting this application. Please use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is this suggested code:
I got my routes working by adding a named route:
There is a change in Rails 4 which has been acknowledged by the core team:
heartcombo/devise#2393
The text was updated successfully, but these errors were encountered: