Use Kaminari in Cells.
Add this line to your application's Gemfile:
gem 'kaminari-cells'
To use the wonderful Kaminari gem in your Cells view models, just do
class CommentsCell < Cell::ViewModel
include Kaminari::Cells
You can now use #paginate
in your cell and it will work.