mongoid 下的分页插件 will_paginate排序用法
?
@post = Post.paginate(:page => page, :per_page => size, :sort => [['title', :desc], ['_id', :asc]])
用sort代替 order , order_by
来自 大信息网 http://daxinxi.com