aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 6e1cda427b..b9b41ffa8b 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -56,4 +56,4 @@ require 'active_support/core_ext'
I18n.load_path << "#{File.dirname(__FILE__)}/active_support/locale/en.yml"
-ActiveSupport.load_all!
+ActiveSupport.load_all! unless ENV['LAZY']