提交 9688270d 编写于 作者: G Godfrey Chan

Merge pull request #18018 from yuki24/fix-method-name-inconsistency-in-mailer-example

[guides] Fix method name inconsistency in a mailer example
......@@ -231,7 +231,7 @@ class Notifier < ActionMailer::Base
end
end
mail = Notifier.notify(user, ...) # Notifier#welcome is not yet called at this point
mail = Notifier.notify(user, ...) # Notifier#notify is not yet called at this point
mail = mail.deliver_now # Prints "Called"
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册