From c8f3bb3e9bc189367b50d263eb299e3d4b444f3d Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 8 May 2012 10:42:24 -0700 Subject: [PATCH] small typo in notifier.rb --- app/mailers/notifier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mailers/notifier.rb b/app/mailers/notifier.rb index d16b46df6..507ede5db 100644 --- a/app/mailers/notifier.rb +++ b/app/mailers/notifier.rb @@ -48,8 +48,8 @@ class Notifier < ActionMailer::Base I18n.with_locale(locale) do mail(mail_opts) do |format| - forat.text - forat.html + format.text + format.html end end end