Fix mailer jobs for deleted notifications erroring out (#16294)

Fixes an oversight in the Rails 6 migration
master
Claire 2021-05-24 03:02:46 +02:00 committed by GitHub
parent fcdae10072
commit b715cede4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ActionMailer::DeliveryJob.class_eval do
ActionMailer::MailDeliveryJob.class_eval do
discard_on ActiveJob::DeserializationError
end