active_model_serializers/lib
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
..
action_controller Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
active_model Includes links inside of linked resources 2014-11-12 15:44:54 -02:00
generators/serializer Add generators. 2014-07-05 12:35:29 -04:00
active_model_serializers.rb rename simple adapter to json 2014-08-29 11:01:39 +04:00