aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-05-28 21:33:34 +0000
committerRick Olson <technoweenie@gmail.com>2006-05-28 21:33:34 +0000
commitea51d72edb36737445834777f06664096066a0ba (patch)
tree34924b8d0a41a652e5cc543e6f5b7f2afc0e1fe7 /activerecord/CHANGELOG
parent062845b4da06f7025d6190899cde25deb8eaac42 (diff)
downloadrails-ea51d72edb36737445834777f06664096066a0ba.tar.gz
rails-ea51d72edb36737445834777f06664096066a0ba.tar.bz2
rails-ea51d72edb36737445834777f06664096066a0ba.zip
Provide Association Extensions access to the instance that the association is being accessed from. Closes #4433 [josh@hasmanythrough.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4372 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d35579b5d1..571dc6d21a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Provide Association Extensions access to the instance that the association is being accessed from.
+ Closes #4433 [josh@hasmanythrough.com]
+
* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick Spell]
* Add a quick note about :select and eagerly included associations. [Rick]