api-pagination
api-pagination copied to clipboard
Empty collection response has next and last link with 1.1.1 Kaminari
As #62 say, I test in 1.1.0 and above Kaminari all will occur this problem.
At last I has to downgrade to 0.17 to fix it.
I have had the same problem. So strange.
I have checked it out with will_paginate, and I got the same problem. Then, I tried to add :json
after the paginate
, and I it works like magic.