active_model_serializers/test/adapter/json_api
Alexandre de Oliveira 971f501e55 Bugfix: include nested has_many association
Currently, doing `include: author.bio` would work correctly, but not for
has_many associations such as `include: author.roles`. This fixes it.

The problem was basically that we were not handling arrays for has_many linked,
as happens for ArraySerializers.
2014-11-11 14:35:00 -02:00
..
belongs_to_test.rb Fix infinite recursion 2014-11-07 10:03:31 -05: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 Fix infinite recursion 2014-11-07 10:03:31 -05:00
linked_test.rb Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00