small typo in notifier.rb

This commit is contained in:
Maxwell Salzberg 2012-05-08 10:42:24 -07:00
parent 1735a17e83
commit c8f3bb3e9b

View file

@ -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