diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-09-08 21:29:38 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-09-08 21:29:38 -0700 |
commit | 638adfc447609f498ac1461886507110704f4638 (patch) | |
tree | db238a5337f930c262f2d825b512d38e418a49cd /activerecord | |
parent | bac28d3bbdbe59109ac532935f06c2603ffe0fcd (diff) | |
parent | af89118ca3838af307fdc16aea3153dafdf334ee (diff) | |
download | rails-638adfc447609f498ac1461886507110704f4638.tar.gz rails-638adfc447609f498ac1461886507110704f4638.tar.bz2 rails-638adfc447609f498ac1461886507110704f4638.zip |
Merge pull request #12164 from rywall/patch-1
Typo in Changelog. [ci skip]
Diffstat (limited to 'activerecord')
-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* |