diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-01-25 12:52:19 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-01-25 12:52:19 +0900 |
commit | 8223408c8dffb14bec33fcc52cfc67e983f5f99e (patch) | |
tree | 82ba6c8e4561d711a9480fd05c5bc25ae6070168 | |
parent | c7dfe33f3958295a857d7bfb1070302e5b7429ff (diff) | |
download | rails-8223408c8dffb14bec33fcc52cfc67e983f5f99e.tar.gz rails-8223408c8dffb14bec33fcc52cfc67e983f5f99e.tar.bz2 rails-8223408c8dffb14bec33fcc52cfc67e983f5f99e.zip |
Expand AR to Active Record [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 41a9c8cc89..09df0763e7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Clear the transaction state when AR object is duped. +* Clear the transaction state when an Active Record object is duped. Fixes #31670. @@ -631,7 +631,7 @@ *Ryuta Kamizono* -* Fix inconsistency with changed attributes when overriding AR attribute reader. +* Fix inconsistency with changed attributes when overriding Active Record attribute reader. *bogdanvlviv* |