mirror of https://github.com/rails/rails
Use tt in doc for action_mailer [ci skip]
This commit is contained in:
parent
14c1a9c5e3
commit
70f75caaa3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue