标签: ruby-on-rails acts-as-votable
我该怎么办?它有点像目前的热门帖子,即帖子不一定要在最近2个小时内创建。
scope :top, ->{ order(:cached_votes_total => :desc) } scope :trending, ?