diff options
author | Dmitry Vorotilin <d.vorotilin@gmail.com> | 2013-10-15 15:00:06 +0400 |
---|---|---|
committer | Dmitry Vorotilin <d.vorotilin@gmail.com> | 2013-10-15 15:00:06 +0400 |
commit | 6d6300bcad230b78b2fcc6df6b993454fa0f389d (patch) | |
tree | a990671ace63342e1c422d9448a9122f84723f3f /activesupport | |
parent | 1810f79277760f89e201f53583780979f1caa01e (diff) | |
download | rails-6d6300bcad230b78b2fcc6df6b993454fa0f389d.tar.gz rails-6d6300bcad230b78b2fcc6df6b993454fa0f389d.tar.bz2 rails-6d6300bcad230b78b2fcc6df6b993454fa0f389d.zip |
Add missed require making `enable_warnings` available
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index df13fef0a4..19d4ff51d7 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -8,6 +8,7 @@ require 'active_support/core_ext/module/introspection' require 'active_support/core_ext/module/anonymous' require 'active_support/core_ext/module/qualified_const' require 'active_support/core_ext/object/blank' +require 'active_support/core_ext/kernel/reporting' require 'active_support/core_ext/load_error' require 'active_support/core_ext/name_error' require 'active_support/core_ext/string/starts_ends_with' |