From bead3221c706e468e3625b71b7e99e9fd333a80c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 30 Jun 2021 08:31:17 +0900 Subject: [PATCH] :scissors: --- activemodel/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index f3c4f159b1..620f91ff4f 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,5 +1,5 @@ * Fix `to_json` for `ActiveModel::Dirty` object. - + Exclude +mutations_from_database+ attribute from json as it lead to recursion. *Anil Maurya*