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.

Tiago
  • 2,966
  • 4
  • 33
  • 41

1 Answers1

39
will_paginate(@collection, :params => { :controller => "articles", :action => "paginate" })
Simone Carletti
  • 173,507
  • 49
  • 363
  • 364