fast_jsonapi
fast_jsonapi copied to clipboard
Include `data` key when lazy-loaded relationships are included
Resolves #357
When a relationship is listed under include:
, it will add the data key to the record hash, allowing the included relationships to be reconstructed.
up