class SendAutomatedCareplusReportsJob
Public Instance Methods
Source
# File app/jobs/send_automated_careplus_reports_job.rb, line 6 def perform(team_id) Careplus::AutomatedReportSender.call(team_id:) end
# File app/jobs/send_automated_careplus_reports_job.rb, line 6 def perform(team_id) Careplus::AutomatedReportSender.call(team_id:) end