From e6941149abbee39dbbe9898b0dc45e95046f7a70 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 14 Sep 2007 00:25:59 +0000 Subject: Deprecation: removed Reloadable. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7473 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/base.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 4d896bc262..9a3ab651ac 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -243,7 +243,6 @@ module ActionController #:nodoc: class Base DEFAULT_RENDER_STATUS_CODE = "200 OK" - include Reloadable::Deprecated include StatusCodes # Determines whether the view has access to controller internals @request, @response, @session, and @template. @@ -1231,4 +1230,4 @@ module ActionController #:nodoc: close_session end end -end \ No newline at end of file +end -- cgit v1.2.3