active_model_serializers/test/adapter/json_api
Alexandre de Oliveira 2f5626d616 Fixes nested has_many links in JSONAPI
When linked resource had has_many links, all of them would use the
association from the first resource, causing all of the items to build
`links` with the same associations.

This fixes it by iterating over the serializers, not just the
attributes array.
2014-11-13 16:38:47 -02:00
..
belongs_to_test.rb Use type as key for linked resources 2014-11-12 20:03:25 -02:00
collection_test.rb Fix infinite recursion 2014-11-07 10:03:31 -05:00
has_many_embed_ids_test.rb Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
has_many_test.rb Includes links inside of linked resources 2014-11-12 15:44:54 -02:00
linked_test.rb Fixes nested has_many links in JSONAPI 2014-11-13 16:38:47 -02:00