Module Kaminari::PageScopeMethods
In: lib/kaminari/models/page_scope_methods.rb

Methods

Public Instance methods

Current page number

First page of the collection?

Last page of the collection?

Next page number in the collection

Out of range of the collection?

Specify the per_page value for the preceding page scope

  Model.page(3).per(10)

Previous page number in the collection

Total number of pages

[Validate]