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

6 lines
114 B
Ruby

class SupportersExportCreateJob < EmailJob
def perform(*args)
ExportSupporters.run_export(*args)
end
end