aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-26 08:40:18 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-26 08:40:18 +0900
commit70f75caaa3dc78e44e2a1c9bc97b86e1bed84d25 (patch)
treef0ae816cfcc9a8fdd35009dd6c2b645c0911fbe7 /actionmailer
parent14c1a9c5e3471decee9ad09b91024a4293f1b2c2 (diff)
downloadrails-70f75caaa3dc78e44e2a1c9bc97b86e1bed84d25.tar.gz
rails-70f75caaa3dc78e44e2a1c9bc97b86e1bed84d25.tar.bz2
rails-70f75caaa3dc78e44e2a1c9bc97b86e1bed84d25.zip
Use tt in doc for action_mailer [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/rescuable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/rescuable.rb b/actionmailer/lib/action_mailer/rescuable.rb
index 28950eb834..5b567eb500 100644
--- a/actionmailer/lib/action_mailer/rescuable.rb
+++ b/actionmailer/lib/action_mailer/rescuable.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module ActionMailer #:nodoc:
- # Provides `rescue_from` for mailers. Wraps mailer action processing,
+ # Provides +rescue_from+ for mailers. Wraps mailer action processing,
# mail job processing, and mail delivery.
module Rescuable
extend ActiveSupport::Concern