aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Wallace <rywall@gmail.com>2013-09-08 15:55:35 -0700
committerRyan Wallace <rywall@gmail.com>2013-09-08 15:55:35 -0700
commitaf89118ca3838af307fdc16aea3153dafdf334ee (patch)
treedb238a5337f930c262f2d825b512d38e418a49cd /activerecord/CHANGELOG.md
parentbac28d3bbdbe59109ac532935f06c2603ffe0fcd (diff)
downloadrails-af89118ca3838af307fdc16aea3153dafdf334ee.tar.gz
rails-af89118ca3838af307fdc16aea3153dafdf334ee.tar.bz2
rails-af89118ca3838af307fdc16aea3153dafdf334ee.zip
Typo in Changelog.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b79b9a87c6..9041f9d33b 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,8 +2,8 @@
*Paul Nikitochkin*
-* Fix PredicateBuilder so polymorhic association keys in `where` clause can
- also accept not only `ActiveRecord::Base` direct descendances (decorated
+* Fix PredicateBuilder so polymorphic association keys in `where` clause can
+ accept objects other than direct descendants of `ActiveRecord::Base` (decorated
models, for example).
*Mikhail Dieterle*