Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
will_paginate 插件 aways 生成对当前 url 附加page参数的分页。
有没有办法改变这个?我需要它分页到另一个控制器/动作加上一些参数。
will_paginate(@collection, :params => { :controller => "articles", :action => "paginate" })