Files
fizzy/test/mailers/previews/notification/bundle_mailer_preview.rb
T
2025-08-26 13:22:22 +02:00

7 lines
216 B
Ruby

class Notification::BundleMailerPreview < ActionMailer::Preview
def notification
ApplicationRecord.current_tenant = "1065895976"
Notification::BundleMailer.notification Notification::Bundle.take!
end
end