7 lines
147 B
Ruby
7 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Preview all emails at http://localhost:3000/rails/mailers/mailer
|
|
class MailerPreview < ActionMailer::Preview
|
|
|
|
end
|