mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
load active_support/dependencies/autoload in active_support/rails
This commit is contained in:
parent
5ea6b0df9a
commit
47396a9db8
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
require 'action_pack'
|
||||
require 'active_support/rails'
|
||||
require 'active_support/concern'
|
||||
require 'active_support/dependencies/autoload'
|
||||
require 'active_support/core_ext/class/attribute'
|
||||
require 'active_support/core_ext/module/attr_internal'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
require 'active_support'
|
||||
require 'active_support/rails'
|
||||
require 'active_support/dependencies/autoload'
|
||||
require 'active_support/core_ext/module/attribute_accessors'
|
||||
|
||||
require 'action_pack'
|
||||
|
|
|
@ -13,3 +13,6 @@ require 'active_support/core_ext/object/blank'
|
|||
|
||||
# in?
|
||||
require 'active_support/core_ext/object/inclusion'
|
||||
|
||||
# Rails own autoload, eager_load, etc.
|
||||
require 'active_support/dependencies/autoload'
|
||||
|
|
Loading…
Reference in a new issue