saucy/app/jobs/notify_job.rb
2024-03-28 11:04:46 +00:00

6 lines
99 B
Ruby

class NotifyJob < ApplicationJob
def perform
Notification.send_scheduled_for_today
end
end