ActiveRecord中指定Entity的默认排序方式

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

class Entity < ActiveRecord::Base
    default_scope :order => 'created_at DESC'
end