class EnqueueAutomatedCareplusReportsJob
Public Instance Methods
Source
# File app/jobs/enqueue_automated_careplus_reports_job.rb, line 6 def perform ids = Team.eligible_for_automated_careplus_reports.ids SendAutomatedCareplusReportsJob.perform_bulk(ids.zip) end