mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Prevent loading association when include_data is set to false (#1710)
This should fix #1707.
This commit is contained in:
committed by
L. Preston Sego III
parent
cbca1350b9
commit
a701777bd5
@@ -7,6 +7,8 @@ Breaking changes:
|
||||
Features:
|
||||
|
||||
Fixes:
|
||||
- [#1710](https://github.com/rails-api/active_model_serializers/pull/1710) Prevent association loading when `include_data` option
|
||||
is set to `false`. (@groyoh)
|
||||
|
||||
Misc:
|
||||
- [#1734](https://github.com/rails-api/active_model_serializers/pull/1734) Adds documentation for conditional attribute (@lambda2)
|
||||
|
||||
Reference in New Issue
Block a user