Module WillPaginate::SequelMethods
In: lib/will_paginate/sequel.rb

Sequel already supports pagination; we only need to make the resulting dataset look a bit more like WillPaginate::Collection

Methods

Included Modules

WillPaginate::CollectionMethods

Public Instance methods

length()

Alias for size

Current offset of the paginated collection

[Validate]