From 1398db0128be7ae01700712eafc95be5de430f7c Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 6 Sep 2008 19:43:14 +0200 Subject: Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. [#986 state:resolved] Signed-off-by: Jeremy Kemper --- activerecord/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 74b3db75ae..3e6bae7a67 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,6 @@ *Edge* -* Internal API: configurable association options so plugins may extend and override. #985 [Hongli Lai] +* Internal API: configurable association options and build_association method for reflections so plugins may extend and override. #985 [Hongli Lai] * Changed benchmarks to be reported in milliseconds [DHH] -- cgit v1.2.3