1class GatherSponsorsForPetitionEmailJob < EmailJob
 
2  self.mailer = PetitionMailer
 
3  self.email = :gather_sponsors_for_petition
 
4end