From a470bb36128cfdddd888492b7ac972ee582f6acb Mon Sep 17 00:00:00 2001 From: Yehuda Katz + Carl Lerche Date: Mon, 8 Jun 2009 14:28:36 -0700 Subject: Remove extraneous response_obj --- actionpack/lib/action_controller/abstract/base.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'actionpack/lib/action_controller/abstract') diff --git a/actionpack/lib/action_controller/abstract/base.rb b/actionpack/lib/action_controller/abstract/base.rb index 87083a4d79..306f3d2ccb 100644 --- a/actionpack/lib/action_controller/abstract/base.rb +++ b/actionpack/lib/action_controller/abstract/base.rb @@ -13,7 +13,6 @@ module AbstractController class Base attr_internal :response_body - attr_internal :response_obj attr_internal :action_name class << self @@ -63,10 +62,6 @@ module AbstractController abstract! - def initialize - self.response_obj = {} - end - def process(action) @_action_name = action_name = action.to_s -- cgit v1.2.3