class ExportSupportersFailedJob < ApplicationJob queue_as :default def perform(export) ExportMailer.export_supporters_failed_notification(export).deliver_now end end