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.
<%= pb_rails("pagination", props: { model: @users, view: self}) %>