active_model_serializers/test/action_controller
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_api_linked_test.rb Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
serialization_test.rb Fix support for custom root in JSON-API adapter 2014-10-22 04:01:12 -03:00