Fixes #1211 - retrieve the key from the reflection options when building associations

This commit is contained in:
Liam Bowen
2015-09-29 16:18:47 +00:00
committed by L. Preston Sego III
parent 1f08865a10
commit f8323fc9e5
3 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ Features:
associations for JSON and Attributes adapters via the `include` option (@NullVoxPopuli, @beauby).
Fixes:
- [#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
Misc:
- [#1178](https://github.com/rails-api/active_model_serializers/pull/1178) env CAPTURE_STDERR=false lets devs see hard failures (@bf4)