Use tt in doc for action_mailer [ci skip]

This commit is contained in:
Yoshiyuki Hirano 2017-08-26 08:40:18 +09:00
parent 14c1a9c5e3
commit 70f75caaa3
1 changed files with 1 additions and 1 deletions

View File

@ -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