aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-22 12:10:35 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-22 12:10:35 -0300
commit344ea048659f2ba47012f0330183ea4a96752732 (patch)
tree8e0c2a873a299b97b696085976728ced89ba3ade /activesupport/lib/active_support.rb
parent1d4d73193d58e47c517ea53ed2c4b8d6af346f85 (diff)
downloadrails-344ea048659f2ba47012f0330183ea4a96752732.tar.gz
rails-344ea048659f2ba47012f0330183ea4a96752732.tar.bz2
rails-344ea048659f2ba47012f0330183ea4a96752732.zip
Fix the build
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