Use without_count for records paginated with paginate_without_counts
This change adds .without_count to queries of records that will be paginated using paginate_without_counts, so that a count query is not triggered during pagination.
Showing
Please register or sign in to comment