From b372690b786c639d17a5e4c1d40459fbed89f878 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 5 Dec 2013 19:29:47 -0200 Subject: Improve AR changelog [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ed076c04bb..4222308f8b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Polymorphic belongs_to associations with the `touch: true` option set update the timestamps of +* Polymorphic `belongs_to` associations with the `touch: true` option set update the timestamps of the old and new owner correctly when moved between owners of different types. Example: -- cgit v1.2.3