tuist/projects/cloud/test/mailers/previews/test_mailer_preview.rb

10 lines
271 B
Ruby

# frozen_string_literal: true
# Preview all emails at http://localhost:3000/rails/mailers/test_mailer
class TestMailerPreview < ActionMailer::Preview
# Preview this email at http://localhost:3000/rails/mailers/test_mailer/test
def test
TestMailer.test
end
end