method
find_collection_for_pagination
v1.1.6 -
Show latest stable
- Class:
ActionController::Pagination
find_collection_for_pagination(model, options, paginator)protected
Returns a collection of items for the given model and +options[conditions]+, ordered by +options[order]+, for the current page in the given paginator. Override this method to implement a custom finder.