Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上一切都在问题之中。如何有效统计应用程序中提交的所有投票?
你必须记住,gem 有它自己的命名空间,并且该命名空间中的类是Vote- 所以你可以得到计数
Vote
ActsAsVotable::Vote.count
作为可消息宝石的行为也是如此,尽管作为可评论宝石的行为只是Comment用来简化事情,有点作者偏好,但如果你打开 gem 并查看源文件,你几乎总是可以快速找到你的信息'重新之后。
Comment