Class: DailyAccountActivityReportWorker
- Inherits:
-
Object
- Object
- DailyAccountActivityReportWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/daily_account_activity_report_worker.rb
Overview
Scheduled: daily summary of new www accounts and logins for ops (see sidekiq_production_schedule.yml).
Instance Method Summary collapse
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
10 11 12 |
# File 'app/workers/daily_account_activity_report_worker.rb', line 10 def perform InternalReportsMailer.daily_account_activity_report.deliver_now end |