On 8/28/06, Ray Morgan <RayCMorgan@gmail.com>
wrote:>
> Hey I was wondering if anyone else was having problems with nested
> RESTful routes such as:
>
> map.resources :posts do |posts|
> posts.resources :comments
> end
>
> ?? It is not working for me, I have to declare it in the old prefix
> way, and it works fine...
>
> map.resource :comments, :path_prefix =>
''/posts/:post_id''
>
> Just wondering if others are having the same trouble before I do some
> digging around..
Please keep support requests on the rails-talk mailing list. In your post
there, describe the specific issue you''re having. Thanks!
jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core
-~----------~----~----~----~------~----~------~--~---