提交 44216d57 编写于 作者: J Jeremy Kemper

Autoload ActiveSupport::XmlMini

上级 f4cae89d
......@@ -48,6 +48,7 @@ def self.load_all!
autoload :StringInquirer, 'active_support/string_inquirer'
autoload :TimeWithZone, 'active_support/time_with_zone'
autoload :TimeZone, 'active_support/values/time_zone'
autoload :XmlMini, 'active_support/xml_mini'
end
require 'active_support/vendor'
......
require 'date'
require 'active_support/xml_mini'
module ActiveSupport #:nodoc:
module CoreExtensions #:nodoc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册