module Pagoid
Service Class for handling of adapting paging for both Arrays and ActiveRecord objects. An array of AR Objects should come out the same as if you were to pass in a relation (though likely much slower).
Defaults:
page: 1 per_page: 100 order_by: Object <=> Object direction: Descending
Constants
- VERSION