Files
fizzy/test/mailers/previews/notification/bundle_mailer_preview.rb
T
2025-11-12 14:29:33 -06:00

7 lines
215 B
Ruby

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