will_paginate -> How to change the default url?
Asked Answered
N

1

10

will_paginate plugin aways generates the pagination to the current url appending the page parameter.

Is there a way to change this? I need it to paginate to another controller/action plus some arguments.

Needlepoint answered 3/3, 2010 at 19:22 Comment(0)
G
39
will_paginate(@collection, :params => { :controller => "articles", :action => "paginate" })
Germangermana answered 3/3, 2010 at 19:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.