-1

I have face this issue when I was implementing pagination using grape kaminari gem to show a list.

1 Answers1

0

I think you haven't included Grape-Kaminari into your base.rb file. Please add this line

include Grape::Kaminari

into your base.rb file and I think it will solve your issue. Here is a demo image: grape-kaminari