好的,基本上我正在尝试查询community_posts模型并计算.community_topic_id等于community_topic这是一个参数的帖子数量。我正在查看文档,我有一些关于如何做的想法但是,我想确保我做得对,因为我有一些类似的查询,我正在为各种其他方法编写。
希望这不是太广泛。不要试图点燃“意见战争”我只想要一种方法来做到这一点不会变得低效并迫使我改变我的其他疑问。
感谢您的帮助。
def topicreplycount(community_topic)
"Code for query"
end
答案 0 :(得分:0)
CommunityPost.count(community_topic_id: community_topic)