Method: JSONAPI::Resource.sort_records

Defined in:
lib/jsonapi/resource.rb

.sort_records(records, order_options, context = {}) ⇒ Object



717
718
719
# File 'lib/jsonapi/resource.rb', line 717

def sort_records(records, order_options, context = {})
  apply_sort(records, order_options, context)
end