active_model_serializers/test/adapter
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
..
json Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
json_api Bugfix: include nested has_many association 2014-11-11 14:35:00 -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