Adds pagination scopes to your mongoid models.
class Person
include Mongoid::Document
include Mongoid::Pagination
end
Person.paginate(:page => 2, :limit => 25) # limit and offset
Person.per_page(25) # just does a limit| Name | Name | Last commit date | ||
|---|---|---|---|---|