active_model_serializers/lib
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 Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
active_model Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
generators/serializer Add generators. 2014-07-05 12:35:29 -04:00
active_model_serializers.rb rename simple adapter to json 2014-08-29 11:01:39 +04:00