active_model_serializers/lib/active_model/serializer
Alexandre de Oliveira 2f5626d616 Fixes nested has_many links in JSONAPI
When linked resource had has_many links, all of them would use the
association from the first resource, causing all of the items to build
`links` with the same associations.

This fixes it by iterating over the serializers, not just the
attributes array.
2014-11-13 16:38:47 -02:00
..
adapter Fixes nested has_many links in JSONAPI 2014-11-13 16:38:47 -02:00
adapter.rb Allow overriding the adapter with render option 2014-11-13 10:23:19 -05:00
array_serializer.rb Support serializer and each_serializer in render json 2014-11-05 15:10:14 -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