aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorHector Satre <moktin@gmail.com>2014-05-01 08:16:33 +0200
committerHector Satre <moktin@gmail.com>2014-05-01 08:16:33 +0200
commitc3439457e3926685bdc5e893637449cb3cf992cd (patch)
tree2f6d9665d2069186e8d994a55ac5d286d33316db /activerecord/CHANGELOG.md
parent876155705b56e66a8b9ed96f7b79d1c8d1763200 (diff)
downloadrails-c3439457e3926685bdc5e893637449cb3cf992cd.tar.gz
rails-c3439457e3926685bdc5e893637449cb3cf992cd.tar.bz2
rails-c3439457e3926685bdc5e893637449cb3cf992cd.zip
Give real privacy to class methods in AR::PredicateBuilder
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 17b71199aa..7568773aad 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Give ActiveRecord::PredicateBuilder private methods the privacy they deserve
+
+ *Hector Satre*
+
* When using a custom `join_table` name on a `habtm`, rails was not saving it
on Reflections. This causes a problem when rails loads fixtures, because it
uses the reflections to set database with fixtures.