david wrote:
> You are using REST routes.
> Look at config/routes.rb and you will see something like that:
> 
> controller_name.resources
> 
> Look at this: http://nubyonrails.com/articles/peepcode-rest-basics
> 
> If you want action list you must put:
> 
> controller_name.resources, :member => {:list => :get}
> 
> On 22 ago, 08:58, "shruti m.upadhyay" <[EMAIL PROTECTED]>

same problem here can u suggest, how did u solved ?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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