diff options
author | Ryan Wallace <rywall@gmail.com> | 2013-09-08 15:55:35 -0700 |
---|---|---|
committer | Ryan Wallace <rywall@gmail.com> | 2013-09-08 15:55:35 -0700 |
commit | af89118ca3838af307fdc16aea3153dafdf334ee (patch) | |
tree | db238a5337f930c262f2d825b512d38e418a49cd | |
parent | bac28d3bbdbe59109ac532935f06c2603ffe0fcd (diff) | |
download | rails-af89118ca3838af307fdc16aea3153dafdf334ee.tar.gz rails-af89118ca3838af307fdc16aea3153dafdf334ee.tar.bz2 rails-af89118ca3838af307fdc16aea3153dafdf334ee.zip |
Typo in Changelog.
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
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* |