提交 7fa15fe6 编写于 作者: M Matthew Draper

Merge pull request #23991 from kamipo/fix_activesupport_reloader

Fix `ActiveSupport::Reloader.check!`
......@@ -65,10 +65,9 @@ def self.wrap
end
end
class << self
attr_accessor :executor
attr_accessor :check
end
class_attribute :executor
class_attribute :check
self.executor = Executor
self.check = lambda { false }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册