1class EmailThresholdResponseJob < ApplicationJob
 
2  include EmailAllPetitionSignatories
 
3
 
4  self.email_delivery_job_class = DeliverThresholdResponseEmailJob
 
5  self.timestamp_name = 'government_response'
 
6end