Updated

app/jobs/archived / email_threshold_response_job.rb

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