Updated

app/jobs/archived / email_debate_outcomes_job.rb

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