Displaying 1 result from an estimated 1 matches for "pagiant".
Did you mean:
pageant
2007 Dec 05
0
Two pagination questions (
Hello,
I''m using the will_paginate plugin for pagiantion and I would like to
ask how is it possible to change its default pagination URL from:
/action?page=2
to
/action/page/2
?
I''ve tried something with routing, but it still doesn''t work as it
should.
My other question is how I should save the current page, because I would
like t...