提交 793e4aa9 编写于 作者: G Godfrey Chan

Quick fix to address the borken build caused by #15791

This is pretty lame though, so feel free to send a PR with a better fix! ;)

cc @zev @tenderlove
上级 808070b0
......@@ -181,7 +181,7 @@ def find_by(*args)
end
def find_by!(*args)
find_by(*args) or raise RecordNotFound
find_by(*args) or raise RecordNotFound.new("Couldn't find #{name}")
end
def initialize_generated_modules
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册