Updated

app/jobs / email_debate_outcomes_job.rb

A
6 lines of codes
0 methods
N/A complexity/method
15 churn
0.0 complexity
0 duplications
class EmailDebateOutcomesJob < ApplicationJob
  1. EmailDebateOutcomesJob has no descriptive comment
include EmailAllPetitionSignatories self.email_delivery_job_class = DeliverDebateOutcomeEmailJob self.timestamp_name = 'debate_outcome' end