sequel.rb

Path: lib/will_paginate/finders/sequel.rb
Last Update: Mon Sep 26 22:43:14 -0400 2011

Required files

will_paginate/core_ext   sequel   sequel/extensions/pagination  

Methods

External Aliases

page_count -> total_pages
  it should quack like a WillPaginate::Collection
page_size -> per_page
prev_page -> previous_page
pagination_record_count -> total_entries

Public Instance methods

Current offset of the paginated collection

[Validate]