diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-19 03:08:04 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-19 03:08:04 +0000 |
commit | 9038303af0a634a3ac9ae8234d121a1815960d2e (patch) | |
tree | b5605adbb75a843b37a0c2cdab0e3c013b734a72 /activerecord | |
parent | 9412c0531d53c8070ab0787a00ceb0782736d8d2 (diff) | |
download | rails-9038303af0a634a3ac9ae8234d121a1815960d2e.tar.gz rails-9038303af0a634a3ac9ae8234d121a1815960d2e.tar.bz2 rails-9038303af0a634a3ac9ae8234d121a1815960d2e.zip |
forgot to save changelog... doh
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3968 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8eb9ac1720..9fe6d6ae6a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Eager Loading support added for has_many :through => :has_many associations (see below). [Rick Olson] + * Allow has_many :through to work on has_many associations (closes #3864) [sco@scottraymond.net] Example: class Firm < ActiveRecord::Base |