提交 3202671d 编写于 作者: J Jeremy Kemper

Fix core/all require of adjacent core features

上级 15134882
require 'active_support/core'
Dir["#{File.dirname(__FILE__)}/core/*.rb"].sort.each do |path|
Dir["#{File.dirname(__FILE__)}/*.rb"].sort.each do |path|
require "active_support/core/#{File.basename(path, '.rb')}"
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册