提交 9434a004 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #30882 from yhirano55/add_mailer_notification_in_instrumentation_guide

Add process.action_mailer notification to Instrument guide [ci skip]
......@@ -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.
先完成此消息的编辑!
想要评论请 注册