Class: HasHelpers::GoodJob::NotificationAlertCleanupWorker

Inherits:
HasUtils::GoodJob::BaseWorker
  • Object
show all
Defined in:
app/workers/has_helpers/good_job/notification_alert_cleanup_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



8
9
10
# File 'app/workers/has_helpers/good_job/notification_alert_cleanup_worker.rb', line 8

def perform
  cleanup_old_alerts
end