加入排序程式:.sort_by{|topic| -topic.votes.count} 如下: def index @topics = Topic.all.sort_by{|topic| -topic.votes.count} end