Move the deprecations before the load hooks

This commit is contained in:
wycats
2010-08-03 12:50:41 -07:00
parent 146a013c42
commit af8e085190

View File

@@ -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"