5 lines
148 B
Ruby
5 lines
148 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Preview all emails at http://localhost:3000/rails/mailers/user
|
|
class UserMailerPreview < ActionMailer::Preview
|
|
end
|