diff options
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/lib/action_controller/base.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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. |