[Rails] Re: RoutingError

2010-06-17 Thread Aashish Kiran
Bb Serviss wrote: > What do you have in your routes.rb file to setup the custom route? > > http://guides.rubyonrails.org/routing.html thank you for reply, it helped me answer is %p or %p Upload a vCard file to import people into your account. %p - form_tag(user_

[Rails] Re: RoutingError

2010-06-16 Thread Amar Daxini
Aashish Kiran wrote: > hi, can anyone help me. i want to create an url to invoke create action > of a controller. routes.rb has the routes. But i am getting error at > line 23. i have @user variable. > > user_contact_path(@user.id) > I want generate url as : users/3/contacts to invoke contacts >

[Rails] Re: RoutingError

2010-06-16 Thread Agoofin
What do you have in your routes.rb file to setup the custom route? http://guides.rubyonrails.org/routing.html On Jun 15, 11:27 am, Aashish Kiran wrote: > hi, can anyone help me. i want to create an url to invoke  create action > of a controller. routes.rb has the routes. But i am getting error a