1class NotifyCreatorThatPetitionIsPublishedEmailJob < EmailJob
2 self.mailer = PetitionMailer
3 self.email = :notify_creator_that_petition_is_published
4end