As you said, it works in agility. Compare your code against that in http://github.com/bryanlarsen/agility-gitorial. Specifically check the User model & controller, as well as the messages/projects model & controllers. You shouldn't need to add anything to routes.rb.
If you still can't find it, please post your code here or on github. Bryan On Jan 30, 1:41 pm, Edward Samokhvalov <[email protected]> wrote: > hi all! > > I'm trying to make a routing, for "messages" entity filtered by user. > so i can see all the messages for that user in format of myapp/users/ > some_index/messages > like is shown in agility, I've created in messages_controller a line > saying create_index_for :users > but it tells me that some erb files has to be created when i check it > in browser. > is there anything special in adding routing to default users table? > > thx in advance -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
