1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

This commit is contained in:
Yoshiyuki Hirano 2017-10-13 22:26:13 +09:00
parent 29da7d1ff5
commit bf5e693fd1

View file

@ -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
--------------