Will_paginate with multiple models...
Posted by Jamsi in
Ruby On Rails on 03 2nd, 2010 |
No Comments
If you need to implement paging in your Ruby on Rails application, a quick and easy way is to use the fantastic “Will_Paginate” plugin (available here).
However I came across a need to paginate multiple models on the same page, for example; a list of users and a list of groups.
Luckily Google...