From 5c5fa704590dd1e7208d53a8d4ce7c12de928514 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 26 May 2014 18:34:53 -0700 Subject: [PATCH] Typo in AR CHANGELOG [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 40e3f8b315d0c..d8157d02ab35f 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.