What exactly you mean?
REST works fine with poly..
Like this:
map.resources :communities do |communities|
communities.resources :comments do |comments|
comments.resources
end
communities.resources :feeds
end
Then you can use link_to "New Comment",
new_comment_url(@community) restfully (with propriate actions!)
On Sep 10, 9:14 am, Yottameter
<yottame...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
wrote:> Has anyone gotten this to work in Rails?
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---