mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix formatting of ActionMailer::MessageDelivery
doc [ci skip]
This commit is contained in:
parent
7dfc5350ec
commit
6bb7d50dec
1 changed files with 4 additions and 4 deletions
|
@ -51,8 +51,8 @@ module ActionMailer
|
|||
# Notifier.welcome(User.first).deliver_later!(wait: 1.hour)
|
||||
# Notifier.welcome(User.first).deliver_later!(wait_until: 10.hours.from_now)
|
||||
#
|
||||
# By default, the email will be enqueued using ActionMailer::DeliveryJob. Each
|
||||
# ActionMailer::Base class can specify the job to use by setting the class variable
|
||||
# By default, the email will be enqueued using <tt>ActionMailer::DeliveryJob</tt>. Each
|
||||
# <tt>ActionMailer::Base</tt> class can specify the job to use by setting the class variable
|
||||
# +delivery_job+.
|
||||
#
|
||||
# class AccountRegistrationMailer < ApplicationMailer
|
||||
|
@ -75,8 +75,8 @@ module ActionMailer
|
|||
# Notifier.welcome(User.first).deliver_later(wait: 1.hour)
|
||||
# Notifier.welcome(User.first).deliver_later(wait_until: 10.hours.from_now)
|
||||
#
|
||||
# By default, the email will be enqueued using ActionMailer::DeliveryJob. Each
|
||||
# ActionMailer::Base class can specify the job to use by setting the class variable
|
||||
# By default, the email will be enqueued using <tt>ActionMailer::DeliveryJob</tt>. Each
|
||||
# <tt>ActionMailer::Base</tt> class can specify the job to use by setting the class variable
|
||||
# +delivery_job+.
|
||||
#
|
||||
# class AccountRegistrationMailer < ApplicationMailer
|
||||
|
|
Loading…
Reference in a new issue