JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
362 stars 186 forks source link

Includes and Order don't respect json_key_format or json_route_format #396

Open sobakasu opened 2 years ago

sobakasu commented 2 years ago

Order should use json_key_format I think that includes should use json_route_format ?

e.g.

Resource.includes(:included_resource).order(:attribute_name)