I have rails app with the following structure:
user has_many posts post has_many post_comments post_comment has_many comment_replies
user has_many posts
post has_many post_comments
post_comment has_many comment_replies