2014-09-23 40 views

回答

1

商店的評論數在Comment模型職位爲counter_cache

belongs_to :post, counter_cache: true 
posts

然後,有一個comments_count字段是一個整數。

從那裏,這很容易:

Post.order("comments_count DESC")