提交 bf5e693f 编写于 作者: Y Yoshiyuki Hirano

Add process.action_mailer notification to Instrumentation guide [ci skip]

上级 29da7d1f
......@@ -337,6 +337,22 @@ Action Mailer
}
```
### process.action_mailer
| Key | Value |
| ------------- | ------------------------ |
| `:mailer` | Name of the mailer class |
| `:action` | The action |
| `:args` | The arguments |
```ruby
{
mailer: "Notification",
action: "welcome_email",
args: []
}
```
Active Support
--------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册