class SponsorSignedEmailOnThresholdEmailJob < EmailJob - SponsorSignedEmailOnThresholdEmailJob has no descriptive comment
self.mailer = SponsorMailer
self.email = :sponsor_signed_email_on_threshold
def perform(signature)
if signature.validated?
super
end
end
end