From 5cbc062c8ad82271de11ae245d2bdaeffc0c4da7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 4 Feb 2006 16:26:55 +0000 Subject: Just go with Subclasses instead of OnlySubclasses git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 0b4a8ca3c5..a3f6a0326f 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -225,7 +225,7 @@ module ActionController #:nodoc: class Base DEFAULT_RENDER_STATUS_CODE = "200 OK" - include Reloadable::OnlySubclasses + include Reloadable::Subclasses # Determines whether the view has access to controller internals @request, @response, @session, and @template. # By default, it does. -- cgit v1.2.3