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