active_model_serializers/lib/active_model/serializer
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
..
adapter Bugfix: include nested has_many association 2014-11-11 14:35:00 -02:00
adapter.rb Merge pull request #692 from ggordon/linked_for_jsonapi_collection 2014-11-04 21:59:15 -02:00
array_serializer.rb Refactor adapters to implement support for array serialization 2014-10-15 17:35:50 -05:00
configuration.rb rename simple adapter to json 2014-08-29 11:01:39 +04:00
version.rb bump version to 0.10.0.pre 2014-08-22 17:02:05 -04:00