提交 b686b671 编写于 作者: X Xavier Noria

moves a require to the file that needs it

上级 32d2a63b
......@@ -6,7 +6,6 @@
require "active_support"
require "active_support/dependencies/autoload"
require "active_support/dependencies/zeitwerk_integration"
require "active_support/core_ext/kernel/reporting"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/array/extract_options"
......
# frozen_string_literal: true
require "active_support/dependencies/zeitwerk_integration"
module Rails
module Autoloaders # :nodoc:
class << self
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册