method

find_collection_for_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.