first translation

This commit is contained in:
2016-04-21 16:51:35 +02:00
parent 379af54398
commit fd3111eedf
12 changed files with 211 additions and 37 deletions
@@ -1,6 +1,7 @@
# Preview all emails at http://localhost:3000/rails/mailers/supporter_mailer
class SupporterMailerPreview < ActionMailer::Preview
def welcome
I18n.locale = 'it'
SupporterMailer.welcome_email(Supporter.first)
end
end