diff options
author | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 17:17:58 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2019-07-12 18:30:58 +0900 |
commit | 84e21165a8fa379eaeeba5b64f42c002f6fee77f (patch) | |
tree | 082a4f7dfe0270f5e95344bbc2df03f7e9dc47ce /activesupport/lib | |
parent | 0126f60d168fb28b9680ab9b92d387cb0fc8d8d5 (diff) | |
download | rails-84e21165a8fa379eaeeba5b64f42c002f6fee77f.tar.gz rails-84e21165a8fa379eaeeba5b64f42c002f6fee77f.tar.bz2 rails-84e21165a8fa379eaeeba5b64f42c002f6fee77f.zip |
active_support/dependencies/autoload is already required via active_support.rb
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/number_helper.rb | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/rails.rb | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb index 8f3d04aa5c..0c87114c0d 100644 --- a/activesupport/lib/active_support/number_helper.rb +++ b/activesupport/lib/active_support/number_helper.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/dependencies/autoload" - module ActiveSupport module NumberHelper extend ActiveSupport::Autoload diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index 8b727a69ec..30857f04d8 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -13,9 +13,6 @@ # Defines Object#blank? and Object#present?. require "active_support/core_ext/object/blank" -# Rails own autoload, eager_load, etc. -require "active_support/dependencies/autoload" - # Support for ClassMethods and the included macro. require "active_support/concern" |