class SendManualSchoolConsentRemindersJob
Public Instance Methods
Source
# File app/jobs/send_manual_school_consent_reminders_job.rb, line 8 def perform(session, current_user:) patient_programmes_eligible_for_notification( session: ) do |patient, programmes| patient.notifier.send_consent_reminder( programmes, session:, sent_by: current_user ) end end