Class | ActionController::Pagination::Paginator::Page |
In: |
lib/action_controller/pagination.rb
|
Parent: | Object |
A class representing a single page in a paginator.
number | -> | to_i |
number | [R] | |
paginator | [R] |
Compares two Page objects and returns true when they represent the same page (i.e., their paginators are the same and they have the same page number).