mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix class name in the documentation [ci skip]
This commit is contained in:
parent
ec30b84267
commit
5330a34285
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
require "active_job"
|
||||
|
||||
module ActionMailer
|
||||
# The <tt>ActionMailer::NewDeliveryJob</tt> class is used when you
|
||||
# The <tt>ActionMailer::MailDeliveryJob</tt> class is used when you
|
||||
# want to send emails outside of the request-response cycle. It supports
|
||||
# sending either parameterized or normal mail.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue