Preview needs tenant

This commit is contained in:
Jason Zimdars
2025-11-12 14:29:33 -06:00
parent ed97d71cce
commit 9b134cf941
@@ -1,5 +1,6 @@
class Notification::BundleMailerPreview < ActionMailer::Preview
def notification
ApplicationRecord.current_tenant = "897362094"
Notification::BundleMailer.notification Notification::Bundle.take!
end
end