config: flip config.action_mailer.delivery_job
This is safe in all cases – except that it prevents a downgrade to Rails 5. We don't intend to downgrade now, so this is fine.
This commit is contained in:
parent
b556e2a99a
commit
4a9f081cfc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Rails.application.config.active_storage.replace_on_assign_to_many = true
|
|||
# If you send mail in the background, job workers need to have a copy of
|
||||
# MailDeliveryJob to ensure all delivery jobs are processed properly.
|
||||
# Make sure your entire app is migrated and stable on 6.0 before using this setting.
|
||||
# Rails.application.config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"
|
||||
Rails.application.config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"
|
||||
|
||||
# Enable the same cache key to be reused when the object being cached of type
|
||||
# `ActiveRecord::Relation` changes by moving the volatile information (max updated at and count)
|
||||
|
|
Loading…
Reference in a new issue