Module WillPaginate::ActiveRecord::RelationMethods
In: lib/will_paginate/active_record.rb

makes a Relation look like WillPaginate::Collection

Methods

clone   count   empty?   limit   offset   per_page   scoped   size   to_a   total_entries  

Included Modules

WillPaginate::CollectionMethods

Attributes

current_page  [RW] 
total_entries  [W] 
wp_count_options  [W] 

Public Instance methods

overloaded to be pagination-aware

TODO: solve with less relation clones and code dups

workaround for Active Record 3.0

workaround for Active Record 3.0

[Validate]