diff options
author | Zachary Scott <e@zzak.io> | 2014-05-26 18:34:53 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-05-26 18:34:53 -0700 |
commit | 5c5fa704590dd1e7208d53a8d4ce7c12de928514 (patch) | |
tree | 963303850ffdf8bbc42b49f0c757836e55c1a07c | |
parent | 7f1e5504ab3770aef51f55c7d32ebc699bd8947d (diff) | |
download | rails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.tar.gz rails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.tar.bz2 rails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.zip |
Typo in AR CHANGELOG [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 40e3f8b315..d8157d02ab 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -36,7 +36,7 @@ * Change belongs_to touch to be consistent with timestamp updates - If a model is set up with a belongs_to: touch relatinoship the parent + If a model is set up with a belongs_to: touch relationship the parent record will only be touched if the record was modified. This makes it consistent with timestamp updating on the record itself. |