Rails 的 SQL 映射之 order by 查询

Account.find :all, :order => "created_on DESC, last_name, first_name"

编程技巧