aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-05 19:29:47 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-05 19:30:43 -0200
commitb372690b786c639d17a5e4c1d40459fbed89f878 (patch)
treea8522df3f4ea96d419966e899ff9f17a3cecfdff /activerecord
parenta2fa06aa5d205a742cf2036261b99da0c343119f (diff)
downloadrails-b372690b786c639d17a5e4c1d40459fbed89f878.tar.gz
rails-b372690b786c639d17a5e4c1d40459fbed89f878.tar.bz2
rails-b372690b786c639d17a5e4c1d40459fbed89f878.zip
Improve AR changelog [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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: