aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-22 11:01:16 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-22 11:33:03 -0300
commit38293ea828ab52043fceecbdc96946b5bc9bb0e5 (patch)
treefa70675f6f3d41e23b802e7ea138a56a1372020c /activesupport/lib/active_support.rb
parentd3ee0a24498b1d54eefbf484720cd63a2b653c65 (diff)
downloadrails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.tar.gz
rails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.tar.bz2
rails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.zip
require active_support/lazy_load_hooks where is needed
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 56d6676961..8f018dcbc6 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -25,7 +25,6 @@ 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