active_model_serializers/lib
Alexandre de Oliveira 7333f20285 Use type as key for linked resources
If type is `author` but the association is called `writer`, the linked
resource key should be called `authors`, e.g

    {
      ...
      linked: {
        authors: [{
          ...
        }]
      }
      ...
    }
2014-11-12 20:03:25 -02:00
..
action_controller Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
active_model Use type as key for linked resources 2014-11-12 20:03:25 -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