unknown_option_keys.empty?
options[:singular_name] ||= ActiveSupport::Inflector.singularize(collection_id.to_s)
unknown_option_keys.empty?
options[:singular_name] ||= ActiveSupport::Inflector.singularize(collection_id.to_s)
def create_paginators_and_retrieve_collections #:nodoc:
Pagination::OPTIONS[self.class].each do |collection_id, options|
def create_paginators_and_retrieve_collections #:nodoc:
Pagination::OPTIONS[self.class].each do |collection_id, options|
# Returns a new Page object representing the page just before this
# page, or nil if this is the first page.
def previous
# Returns a new Page object representing the page just before this
# page, or nil if this is the first page.
def previous
end
# Returns a new Page object representing the page just after this
# page, or nil if this is the last page.
def next
end
# Returns a new Page object representing the page just after this
# page, or nil if this is the last page.
def next