diff options
author | Qihuan Piao <fantasyday@gmail.com> | 2013-02-25 00:29:03 +0900 |
---|---|---|
committer | Qihuan Piao <fantasyday@gmail.com> | 2013-02-25 00:29:03 +0900 |
commit | a1dd468b1cdcae5efcf931d219d2ac03ae8f47e7 (patch) | |
tree | 1a2f46e2fd62272f8feeecb453638f1bda804890 | |
parent | f7a0a95de2daa4f8e68e0b1687f1d77df70d7778 (diff) | |
download | rails-a1dd468b1cdcae5efcf931d219d2ac03ae8f47e7.tar.gz rails-a1dd468b1cdcae5efcf931d219d2ac03ae8f47e7.tar.bz2 rails-a1dd468b1cdcae5efcf931d219d2ac03ae8f47e7.zip |
Wrap `around_action` word with <code> tag
-rw-r--r-- | guides/source/action_mailer_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |