aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-12-20 21:20:35 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-12-20 21:20:35 +0000
commit90099e9dc287d46178581d6b09d8b42a0a302a04 (patch)
treed58f41dcc9eef3c54c0ff76bf8f131b6898c2d1d /activerecord/CHANGELOG
parentd5441b2d506b4286e92746abd8c919e4ce10380e (diff)
downloadrails-90099e9dc287d46178581d6b09d8b42a0a302a04.tar.gz
rails-90099e9dc287d46178581d6b09d8b42a0a302a04.tar.bz2
rails-90099e9dc287d46178581d6b09d8b42a0a302a04.zip
made .find() and class method delegation work on :through relations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3325 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index f3eaffee84..48b14f52cb 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* made method missing delegation to class methods on relation target work on :through associations. [Tobias Luetke]
+
+* made .find() work on :through relations. [Tobias Luetke]
+
* added :piggyback option to has_many :through relationships to pick up values from the join table as needed [Tobias Luetke]
* Fix typo in association docs. #3296. [Blair Zajac]