diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-10-15 05:31:12 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-10-15 05:31:12 -0700 |
commit | 0fcd81129c7edc07ba42806e4968cfab11ce1140 (patch) | |
tree | a990671ace63342e1c422d9448a9122f84723f3f /activesupport | |
parent | 1810f79277760f89e201f53583780979f1caa01e (diff) | |
parent | 6d6300bcad230b78b2fcc6df6b993454fa0f389d (diff) | |
download | rails-0fcd81129c7edc07ba42806e4968cfab11ce1140.tar.gz rails-0fcd81129c7edc07ba42806e4968cfab11ce1140.tar.bz2 rails-0fcd81129c7edc07ba42806e4968cfab11ce1140.zip |
Merge pull request #12543 from route/missed_require
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' |