Fix deserialization of polymorphic relationships (#2200)

* Classify the relationship type for polymorphic associations
This commit is contained in:
Dennis Stumm
2017-10-08 00:03:38 +02:00
committed by Benjamin Fleischer
parent 715a702f55
commit 4d7c2457d7
4 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ Features:
Fixes:
- [#2022](https://github.com/rails-api/active_model_serializers/pull/2022) Mutation of ActiveModelSerializers::Model now changes the attributes. Originally in [#1984](https://github.com/rails-api/active_model_serializers/pull/1984). (@bf4)
- [#2200](https://github.com/rails-api/active_model_serializers/pull/2200) Fix deserialization of polymorphic relationships. (@dennis95stumm)
Misc: