app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails

Disclaimer

Our Pagination kit depends on the will_paginate library. Please follow the basic will_paginate setup.

Once you have perfomed the paginated query in your controller file you can use our kit (see code example below) instead of <%= will_paginate @users %> in your view file.

You need to add: require "playbook/pagination_renderer" in your apps controller file.