1class NotifySponsorThatPetitionWasRejectedEmailJob < EmailJob
2 self.mailer = PetitionMailer
3 self.email = :notify_sponsor_that_petition_was_rejected
4end