From 581f12b7b18a6e5205bfabb814f6e9997bf92be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Tue, 20 Dec 2005 21:26:27 +0000 Subject: removed :piggyback in favor of just allowing :select on :through associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3326 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 48b14f52cb..45ef990ddb 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* removed :piggyback in favor of just allowing :select on :through associations. [Tobias Luetke] + * made method missing delegation to class methods on relation target work on :through associations. [Tobias Luetke] * made .find() work on :through relations. [Tobias Luetke] -- cgit v1.2.3