houdini/app/jobs/supporters_export_create_job.rb

7 lines
114 B
Ruby
Raw Normal View History

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