43 44 45
# File 'lib/jsonapi/paginator.rb', line 43 def apply(relation, _order_options) relation.offset(@offset).limit(@limit) end