active_model_serializers/test/adapter
Alexandre de Oliveira 91b3fba509 Includes links inside of linked resources
According to
http://jsonapi.org/format/#document-structure-resource-objects,

> Resource objects have the same internal structure, regardless of
> whether they represent primary or linked resources.

And then
http://jsonapi.org/format/#document-structure-resource-object-attributes,

> There are four reserved keys in resource objects:
>
> "id"
> "type"
> "href"
> "links"

This commits includes `links` inside of linked resources.
2014-11-12 15:44:54 -02:00
..
json Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
json_api Includes links inside of linked resources 2014-11-12 15:44:54 -02:00
json_test.rb Handle correctly null associations 2014-10-30 09:35:05 -05:00
null_test.rb Remove 'Adapter' suffix from adapters since they are in Adapter:: namespace 2014-08-29 11:40:56 +04:00