active_model_serializers/lib/active_model/serializer/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_api.rb Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
json.rb Handle correctly null associations 2014-10-30 09:35:05 -05:00
null.rb Remove 'Adapter' suffix from adapters since they are in Adapter:: namespace 2014-08-29 11:40:56 +04:00