active_model_serializers/test
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
..
action_controller Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
adapter Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
fixtures Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
serializers Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
adapter_test.rb Move Adapter.adapter_for to Serializer.adapter 2014-08-27 11:02:39 +04:00
array_serializer_test.rb Refactor adapters to implement support for array serialization 2014-10-15 17:35:50 -05:00
test_helper.rb Merge remote-tracking branch 'upstream/master' into feature/adapter 2014-08-29 12:55:20 +04:00