mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
only the associated objects of the last object in the collection will actually show up in the serialized data. For example, if you serialize a collection of two posts, each containing one or more comments, only the comments of the last post show up. The reason is a Hash#merge wich overwrites the array rather than appending to it. This commit fixes this by merging the collection arrays, rather than the top-level hashes. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| integration | ||
| unit/active_model | ||
| coverage_setup.rb | ||
| test_app.rb | ||
| test_helper.rb | ||