diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index a938db6265af550bac7cd4fea6952d30c09989a1..fb26a3a6a3e94948b5cb0c0b9045cd20b4099fa0 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -293,7 +293,7 @@ class UserMailer < ActionMailer::Base end ``` -In this case it will look for templates at `app/views/notifications` with name `another`. +In this case it will look for templates at `app/views/notifications` with name `another`. You can also specify an array of paths for `template_path`, and they will be searched in order. If you want more flexibility you can also pass a block and render specific templates or even render inline or text without using a template file: