diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2017-09-23 20:48:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 20:48:25 -0600 |
commit | 6a0eb4955c091161473ee72a18daa9d7c082c46e (patch) | |
tree | b297c91efd1aaf341e26c46572253737ce97608b /guides | |
parent | 8b139444dd419306e70792ff286ffecd75d67d23 (diff) | |
parent | 5d8945fd49737a58595751f34dbca95ea5f9128c (diff) | |
download | rails-6a0eb4955c091161473ee72a18daa9d7c082c46e.tar.gz rails-6a0eb4955c091161473ee72a18daa9d7c082c46e.tar.bz2 rails-6a0eb4955c091161473ee72a18daa9d7c082c46e.zip |
Merge pull request #30689 from yhirano55/fix_email_in_active_support_instrumentation
Fix email in Active Support Instrumentation [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 03c9183eb3..ff4288a7f5 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -304,7 +304,7 @@ Action Mailer mailer: "Notification", message_id: "4f5b5491f1774_181b23fc3d4434d38138e5@mba.local.mail", subject: "Rails Guides", - to: ["users@rails.com", "ddh@rails.com"], + to: ["users@rails.com", "dhh@rails.com"], from: ["me@rails.com"], date: Sat, 10 Mar 2012 14:18:09 +0100, mail: "..." # omitted for brevity @@ -330,7 +330,7 @@ Action Mailer mailer: "Notification", message_id: "4f5b5491f1774_181b23fc3d4434d38138e5@mba.local.mail", subject: "Rails Guides", - to: ["users@rails.com", "ddh@rails.com"], + to: ["users@rails.com", "dhh@rails.com"], from: ["me@rails.com"], date: Sat, 10 Mar 2012 14:18:09 +0100, mail: "..." # omitted for brevity |