Displaying 1 result from an estimated 1 matches for "yet_another_com".
2006 Aug 16
1
Creating a comments system for multiple types of content
...1
model_type: "news_item"
# This item is associated with news_item ID = 2
another_comment:
subject: "this is another comment"
body: "and this is another content"
model_type_id: 2
model_type: "news_item"
# This item is associated with party ID = 5
yet_another_comment:
subject: "this is yet another comment"
body: "and this is yet another content"
model_type_id: 5
model_type: "party"
# This item is associated with blog ID = 99
blog_comment:
subject: "this is a blog comment"
body: "and this is a blog co...