From a1dd468b1cdcae5efcf931d219d2ac03ae8f47e7 Mon Sep 17 00:00:00 2001 From: Qihuan Piao Date: Mon, 25 Feb 2013 00:29:03 +0900 Subject: Wrap `around_action` word with tag --- 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 513ae1272f..562ab73bec 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -447,7 +447,7 @@ end Action Mailer Callbacks --------------------------- -Action Mailer allows for you to specify a `before_action`, `after_action` and 'around_action'. +Action Mailer allows for you to specify a `before_action`, `after_action` and `around_action`. * Filters can be specified with a block or a symbol to a method in the mailer class similar to controllers. -- cgit v1.2.3