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
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'app/workers/daily_account_activity_report_worker.rb', line 7 def perform InternalMailer.daily_account_activity_report.deliver_now end |