This commit is contained in:
Zachary Scott 2021-06-30 08:31:17 +09:00
parent fac3bde274
commit bead3221c7
1 changed files with 1 additions and 1 deletions

View File

@ -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*