提交 47396a9d 编写于 作者: X Xavier Noria

load active_support/dependencies/autoload in active_support/rails

上级 5ea6b0df
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 @@
# in?
require 'active_support/core_ext/object/inclusion'
# Rails own autoload, eager_load, etc.
require 'active_support/dependencies/autoload'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册