active_model_serializers/lib/active_model
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
..
serializer Use type as key for linked resources 2014-11-12 20:03:25 -02:00
serializer.rb Handle correctly null associations 2014-10-30 09:35:05 -05:00