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

Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_select_query_method

Fix ambigious error message of select query method [ci skip]
......@@ -248,7 +248,7 @@ def select(*fields)
return super()
end
raise ArgumentError, "Call this with at least one field" if fields.empty?
raise ArgumentError, "Call `select' with at least one field" if fields.empty?
spawn._select!(*fields)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册