active_model_serializers/test/adapter
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
..
json Include 'linked' member for json-api collections 2014-11-03 17:13:55 -05:00
json_api Fixes nested has_many links in JSONAPI 2014-11-13 16:38:47 -02:00
json_test.rb Handle correctly null associations 2014-10-30 09:35:05 -05:00
null_test.rb Remove 'Adapter' suffix from adapters since they are in Adapter:: namespace 2014-08-29 11:40:56 +04:00