forked from saurabh/orbit4-5
5 lines
140 B
Ruby
5 lines
140 B
Ruby
|
# Preview all emails at http://localhost:3000/rails/mailers/confirm_user_mailer
|
||
|
class ConfirmUserMailerPreview < ActionMailer::Preview
|
||
|
|
||
|
end
|