From cb27f860084abb1f398935d399b12bbbc927552d Mon Sep 17 00:00:00 2001 From: iarobinson Date: Fri, 8 Mar 2019 11:14:49 -0800 Subject: - Remove the word painfully from documentation --- guides/source/action_mailer_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index 469fa171bc..df74b4ebd0 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -168,7 +168,7 @@ view and sending it over the HTTP protocol, they are just sending it out through the email protocols instead. Due to this, it makes sense to just have your controller tell the Mailer to send an email when a user is successfully created. -Setting this up is painfully simple. +Setting this up is simple. First, let's create a simple `User` scaffold: -- cgit v1.2.3