2014-10-07 31 views

回答

3

你试过:

class Article < ActiveRecord::Base 
    has_many :comments, -> { order "created_at DESC" } 
end