houdini/app/jobs/export_supporter_notes_completed_job.rb
2019-11-08 16:13:03 -06:00

6 lines
166 B
Ruby

class ExportSupporterNotesCompletedJob < EmailJob
def perform(export)
ExportMailer.export_supporter_notes_completed_notification(export).deliver_now
end
end