提交 ad340eca 编写于 作者: R Ryuta Kamizono

Fix `ActiveSupport::Reloader.check!`

The test failure in `bug_report_templates/action_controller_master.rb`
is due to `app.reloader.check` is `nil`.
上级 a4086452
......@@ -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.
先完成此消息的编辑!
想要评论请 注册