Skip to content

Commit

Permalink
Fix mailer jobs for deleted notifications erroring out (#16294)
Browse files Browse the repository at this point in the history
Fixes an oversight in the Rails 6 migration
  • Loading branch information
ClearlyClaire committed May 24, 2021
1 parent fcdae10 commit b715ced
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
ActionMailer::DeliveryJob.class_eval do
ActionMailer::MailDeliveryJob.class_eval do
discard_on ActiveJob::DeserializationError
end

0 comments on commit b715ced

Please sign in to comment.