From a04f0228776e7616c372f867a1212b5798cde80a Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Mon, 21 Apr 2008 11:39:46 +0100 Subject: Delegate ivars to controller instead of copying Reduce number of instance variables being copied from controller to view. Instead, delegate them to controller instance. --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a3b425287d..5a2122b64b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Reduce number of instance variables being copied from controller to view. [Pratik] + * select_datetime and select_time default to Time.zone.now when config.time_zone is set [Geoff Buesing] * datetime_select defaults to Time.zone.now when config.time_zone is set [Geoff Buesing] -- cgit v1.2.3