saucy/app/jobs/notify_job.rb

6 lines
99 B
Ruby
Raw Normal View History

2024-03-28 11:04:46 +00:00
class NotifyJob < ApplicationJob
def perform
Notification.send_scheduled_for_today
end
end