多态关联和多级嵌套资源

时间:2011-01-15 07:33:50

标签: ruby-on-rails polymorphic-associations nested-resources

Railscast 154之后,我已经建立了与评论和一些父资源的多态关联。 E.g。

http://localhost:3000/articles/1/comments/1  
http://localhost:3000/pictures/1/comments/1  

这样可以正常工作,但我还需要对已经嵌套的资源进行注释,例如

http://localhost:3000/stories/1/chapters/1/comments/1  
http://localhost:3000/forums/1/topics/1/comments/1  

实施此方法的最佳方法是什么?

1 个答案:

答案 0 :(得分:0)

Railscast可以帮助您。