Files
fizzy/app/jobs/notification/bundle/deliver_all_job.rb
T
2025-08-26 13:22:22 +02:00

6 lines
120 B
Ruby

class Notification::Bundle::DeliverAllJob < ApplicationJob
def perform
Notification::Bundle.deliver_all
end
end