houdini/app/jobs/supporters_export_create_job.rb

7 lines
114 B
Ruby
Raw Normal View History

2019-11-08 15:32:33 -06:00
class SupportersExportCreateJob < EmailJob
2019-11-07 17:28:36 -06:00
def perform(*args)
ExportSupporters.run_export(*args)
end
end