> Agree. some_model/1/other_model/2 is a lame way to refer to join_model/1.

Putting polymorphism aside, what about:

posts/1/comments/34

Which then lets me do

@post = user.posts.find(params[:post_id])
@comment = @post.comments.find(params[:id])

Does that suck?


-- 
Cheers

Koz

--~--~---------~--~----~------------~-------~--~----~
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 [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-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to