ActiveModelSerializers::Model successor initialized with string keys fix (#1881)

This commit is contained in:
Yevhen Shemet
2016-08-16 13:49:10 +03:00
committed by L. Preston Sego III
parent 5f3bdcc87c
commit 1896e5a525
3 changed files with 13 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ Features:
Fixes:
- [#1833](https://github.com/rails-api/active_model_serializers/pull/1833) Remove relationship links if they are null (@groyoh)
- [#1881](https://github.com/rails-api/active_model_serializers/pull/1881) ActiveModelSerializers::Model correctly works with string keys (@yevhene)
Misc: