From 388c475c776860b15be05dc49ad8a883bc834bce Mon Sep 17 00:00:00 2001 From: Brendan McLoughlin Date: Thu, 8 Dec 2016 09:35:35 -0500 Subject: [PATCH] Enable the ds-check-should-serialize-relationships feature flag --- config/features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/features.json b/config/features.json index d0546934b2a..225339b62d7 100644 --- a/config/features.json +++ b/config/features.json @@ -4,7 +4,7 @@ "ds-extended-errors": null, "ds-overhaul-references": null, "ds-payload-type-hooks": null, - "ds-check-should-serialize-relationships": null, + "ds-check-should-serialize-relationships": true, "ds-rollback-attribute": null, "ds-serialize-id": null, "ds-deprecate-store-serialize": true