0
0
Fork 0

Replace tutorial modal with welcome e-mail (#6273)

* Remove onboarding modal

* Welcome e-mail

* Send welcome e-mail after confirmation

* Remove obsolete translations
This commit is contained in:
Eugen Rochko 2018-01-18 19:17:25 +01:00 committed by GitHub
parent e56404be41
commit d799921c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 261 additions and 632 deletions

View file

@ -29,4 +29,9 @@ class UserMailerPreview < ActionMailer::Preview
def reset_password_instructions
UserMailer.reset_password_instructions(User.first, 'spec')
end
# Preview this email at http://localhost:3000/rails/mailers/user_mailer/welcome
def welcome
UserMailer.welcome(User.first)
end
end