active_model_serializers/test/adapter
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
..
json Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
json_api Use type as key for linked resources 2014-11-12 20:03:25 -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