I have face this issue when I was implementing pagination using grape kaminari gem to show a list.
Asked
Active
Viewed 187 times
1 Answers
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

Salahuddin Rakib
- 21
- 2