From febc24dee7b5f5c34531bdad7712a7cdd1ddac6a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Sep 2005 16:28:10 +0000 Subject: An explicit include ClassInheritableAttributes is no longer needed #1948 [Caleb Tennis] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2154 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/base.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 5fbbab8647..b9bab6229a 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -208,8 +208,6 @@ module ActionController #:nodoc: # # FCGI.each_cgi{ |cgi| WeblogController.process_cgi(cgi) } class Base - include ClassInheritableAttributes - DEFAULT_RENDER_STATUS_CODE = "200 OK" # Determines whether the view has access to controller internals @request, @response, @session, and @template. -- cgit v1.2.3