We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is there a reason not to support will_paginate's (and I guess kaminari's as well, but I haven't used that) pagination options?
e.g.
class Post self.per_page = 2 end paginate Post.all
but in the response headers I get
Per-Page: 30