From af8e08519008c545acd94f05ca1041885a934fba Mon Sep 17 00:00:00 2001 From: wycats Date: Tue, 3 Aug 2010 12:50:41 -0700 Subject: [PATCH] Move the deprecations before the load hooks --- actionpack/lib/action_controller/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 9dfffced75..f6920f10de 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -63,8 +63,8 @@ module ActionController klass.helper :all end + require "action_controller/deprecated/base" ActiveSupport.run_load_hooks(:action_controller, self) end end -require "action_controller/deprecated/base"