I would probably make the comment model polymorphic (but you could also do STI I think) and add has_many :comments, :as => :commentable in the comment model. a recursive relationship in other words. actually, I'm definitely thinking that's the way to go now. otherwise, you have to worry about replies to replies and so forth.
-- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
