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:
parent
29da7d1ff5
commit
bf5e693fd1
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue