I'm now getting- No route matches "/users//comments" with
{:method=>:post} whenever I try to submit a form for comments that is
assigned to each individual user. The confusion thing is that I'm
doing all this on a "home" controller, so I always tend to miss stuff
here and there. (I'm trying to follow ryan bates beginners 15 min blog
tutorial)

So basically I used restful_authentication to get my login/logout, and
I attempted to follow ryan's tutorial, but I'm getting funky errors
having to do with my variables not being defined, etc, because instead
of putting comments in the posts, I'm attempting to put comments under
each user generated by restful_authentication

so if i get No route matches "/users//comments" with {:method=>:post},
usually whats wrong here, and how can i fix it?? theres a wierd double
slash.... >.<

Sorry, complete newbie, i need everyone's help. :) Appreciated

-David



-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to