1module Archived |
|
2 class EmailThresholdResponseJob < ApplicationJob |
|
3 include EmailAllPetitionSignatories |
|
5 self.email_delivery_job_class = Archived::DeliverThresholdResponseEmailJob |
|
6 self.timestamp_name = 'government_response' |
|
7 end |
|
8end |