Fix duplicate resources between data and included.

This commit is contained in:
Lucas Hosseini
2015-10-05 08:41:31 +02:00
parent d02cd30fe5
commit f4bb4c81b0
3 changed files with 132 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ Features:
- [#1050](https://github.com/rails-api/active_model_serializers/pull/1050) Add support for toplevel jsonapi member (@beauby, @bf4)
Fixes:
- [#1239](https://github.com/rails-api/active_model_serializers/pull/1239) Fix duplicates in JSON API compound documents (@beauby)
- [#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
Misc: