提交 9f5d2b12 编写于 作者: C Carlos Antonio da Silva

Fix failing AM test due to missing template

上级 3009c63d
......@@ -659,7 +659,7 @@ class DefaultFromMailer < ActionMailer::Base
self.default_options = {from: "robert.pankowecki@gmail.com"}
def welcome
mail(subject: "subject")
mail(subject: "subject", body: "hello world")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册