From 7e76740d2a5ee14b308c7e40f9c95354d19f6189 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 11 Apr 2006 01:10:42 +0000 Subject: Allow multiple association extensions with :extend option (closes #4666) [Josh Susser] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4206 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 07aa0921d4..e2b3404533 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,12 @@ +*SVN* + +* Allow multiple association extensions with :extend option (closes #4666) [Josh Susser] + + class Account < ActiveRecord::Base + has_many :people, :extend => [FindOrCreateByNameExtension, FindRecentExtension] + end + + *1.14.2* (April 9th, 2005) * Fixed calculations for the Oracle Adapter (closes #4626) [Michael Schoen] -- cgit v1.2.3