I like to display my paginate records like below formats
Previous link> 1 of 20 next link>
where 1 represent page 1 and 20 represent total number of pages. if I click on next then I like to display below format. Previous link> 2 of 20 next link>
I didn't find how to get this in rails 3 using will_paginate.
Thanks for any kind of help.
