-
Notifications
You must be signed in to change notification settings - Fork 11
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
Route helper for resource is not created #1
Comments
As noted in jaredhanson/locomotive#136, if you have a chance to fix this bug and issue a pull request, I'll merge it in. |
@jaredhanson, I'm looking at this right now. |
I think any optional parameters should be handled gracefully if they aren't specified, so ideally that's a non issue. Helper names should not be changed. |
I mean, if helpers for the |
What if you just write |
Well...maybe you right and I'm a little paranoid =) |
I have the following resource:
So, I don't have page to view user information (
users#show
), but I do have page to edit it (users#edit
) and action to update if (users#update
).The problem is that in this case the route helper
userPath
is not generated and I can't setaction
attribute of the user's edit form:The text was updated successfully, but these errors were encountered: