Fix job class

This commit is contained in:
Jorge Manrubia
2025-08-28 17:37:35 +02:00
parent 9ba9a5758b
commit 5fe66dd602
+1 -1
View File
@@ -38,7 +38,7 @@ class Notification::Bundle < ApplicationRecord
def deliver
processing!
BundleMailer.notification(self).deliver if notifications.any?
Notification::BundleMailer.notification(self).deliver if notifications.any?
delivered!
end