Deliver emails for bundled notifications (initial WIP)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Notification::BundleMailerPreview < ActionMailer::Preview
|
||||
def notification
|
||||
ApplicationRecord.current_tenant = "1065895976"
|
||||
Notification::BundleMailer.notification Notification::Bundle.take!
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user