aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJan Xie <jan.h.xie@gmail.com>2012-05-22 21:50:16 +0800
committerJan Xie <jan.h.xie@gmail.com>2012-05-22 21:50:16 +0800
commita807db9d198f533cbb1a6bac27c3c211f4729cd8 (patch)
treed7581ab70a540a3db2c8adfba478f4a8c34bc780 /activesupport/lib/active_support.rb
parent3ed92c876c5cebea908f23020457bd494755f54b (diff)
downloadrails-a807db9d198f533cbb1a6bac27c3c211f4729cd8.tar.gz
rails-a807db9d198f533cbb1a6bac27c3c211f4729cd8.tar.bz2
rails-a807db9d198f533cbb1a6bac27c3c211f4729cd8.zip
refactor lazy_load_hooks load position
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 8f018dcbc6..56d6676961 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -25,6 +25,7 @@ require 'securerandom'
require "active_support/dependencies/autoload"
require "active_support/version"
require "active_support/logger"
+require "active_support/lazy_load_hooks"
module ActiveSupport
extend ActiveSupport::Autoload