提交 3d5f5c44 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #30837 from y-yagi/fix_typo_in_loading_error

Fix typo in loading error message
......@@ -200,7 +200,7 @@ def spec(config)
# Bubbled up from the adapter require. Prefix the exception message
# with some guidance about how to address it and reraise.
else
raise e.class, "Error loading the '#{spec[:adapter]}' Action Record adapter. Missing a gem it depends on? #{e.message}", e.backtrace
raise e.class, "Error loading the '#{spec[:adapter]}' Active Record adapter. Missing a gem it depends on? #{e.message}", e.backtrace
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册