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

Fixes an oversight in the Rails 6 migration
main
Claire 3 years ago committed by GitHub
parent fcdae10072
commit b715cede4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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