Rails [closed] 怎么修改 inherited_resources 的 collection 默认排序

geekontheway · February 20, 2012 · Last by geekontheway replied at February 21, 2012 · 3171 hits

In my DownloadsController, i wrote:

protected
def collection
@downloads ||= end_of_association_chain.order_by(:published_at.desc)
end

But it seems not work.

Any one could help me?Very thanks!

楼主是老外?

#1 楼 @ywencn 在 inherited_resources 的 Issue list 发布的这个

You need to Sign in before reply, if you don't have an account, please Sign up first.