Commit 5e8ff28f00ab434da491775c8b7908151906e293
1 parent
e90007d2
Exists in
master
and in
1 other branch
must include application helper in mailer
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/mailers/mailer.rb
@@ -3,6 +3,8 @@ | @@ -3,6 +3,8 @@ | ||
3 | require Rails.root.join('config/routes.rb') | 3 | require Rails.root.join('config/routes.rb') |
4 | 4 | ||
5 | class Mailer < ActionMailer::Base | 5 | class Mailer < ActionMailer::Base |
6 | + helper ApplicationHelper | ||
7 | + | ||
6 | default :from => Errbit::Config.email_from | 8 | default :from => Errbit::Config.email_from |
7 | 9 | ||
8 | def err_notification(notice) | 10 | def err_notification(notice) |