diff options
author | Wolfgang Teuber <knugie@gmx.net> | 2016-09-21 00:25:20 +0200 |
---|---|---|
committer | Wolfgang Teuber <knugie@gmx.net> | 2016-09-21 00:40:48 +0200 |
commit | b355a43f0ea68ed4c9e8a047b2df34b987bfb847 (patch) | |
tree | e72f8666f7e5117a3f65cf6e5c2f8e5fb0460c2e /activesupport/lib | |
parent | 19966242163611e61d45ee4033f28aa6f967906a (diff) | |
download | rails-b355a43f0ea68ed4c9e8a047b2df34b987bfb847.tar.gz rails-b355a43f0ea68ed4c9e8a047b2df34b987bfb847.tar.bz2 rails-b355a43f0ea68ed4c9e8a047b2df34b987bfb847.zip |
Prevent circular require of proxy_wrappers.rb, Fixes #26430
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/load_error.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/load_error.rb b/activesupport/lib/active_support/core_ext/load_error.rb index 4cb6ffea5e..cd00d1b662 100644 --- a/activesupport/lib/active_support/core_ext/load_error.rb +++ b/activesupport/lib/active_support/core_ext/load_error.rb @@ -1,3 +1,4 @@ +require "active_support/deprecation" require "active_support/deprecation/proxy_wrappers" class LoadError |