Updated

app/jobs / notify_sponsor_that_petition_is_published_email_job.rb

A
4 lines of codes
0 methods
N/A complexity/method
1 churn
0.0 complexity
0 duplications
class NotifySponsorThatPetitionIsPublishedEmailJob < EmailJob
  1. NotifySponsorThatPetitionIsPublishedEmailJob has no descriptive comment
self.mailer = PetitionMailer self.email = :notify_sponsor_that_petition_is_published end