diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c25880630a..341e85c59e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,10 +2,10 @@ *Ben Tucker* -* Fixed a bug in ActiveRecord#sanitize_sql_hash_for_conditions in which - `self.class` is an argument to PredicateBuilder#build_from_hash - causing PredicateBuilder to call non-existant method - Class#reflect_on_association. +* Fixed a bug in `ActiveRecord#sanitize_sql_hash_for_conditions` in which + `self.class` is an argument to `PredicateBuilder#build_from_hash` + causing `PredicateBuilder` to call non-existant method + `Class#reflect_on_association`. *Zach Ohlgren* |