提交 8fc71d1e 编写于 作者: K Kasper Timm Hansen 提交者: GitHub

Merge pull request #28175 from sevenseacat/patch-1

Fix typo 'affect' -> 'effect' [ci skip]
......@@ -440,7 +440,7 @@ def requires_reloading?
# is no longer active, then this method will reconnect to the database.
def verify!(*ignored)
if ignored.size > 0
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no affect and has been deprecated. Please remove all arguments from the #verify method call.")
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no effect and has been deprecated. Please remove all arguments from the #verify method call.")
end
reconnect! unless active?
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册