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 to edit my records and then go back to the page where I was before.
I’m thinking to use sessions for this, what do you think about it, am I
on a good road?
Thanks.