active_model_serializers/test/action_controller
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_api_linked_test.rb Includes links inside of linked resources 2014-11-12 15:44:54 -02:00
serialization_test.rb Fix support for custom root in JSON-API adapter 2014-10-22 04:01:12 -03:00