Commit 5e8ff28f00ab434da491775c8b7908151906e293

Authored by Nathan Broadbent
1 parent e90007d2
Exists in master and in 1 other branch production

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 3 require Rails.root.join('config/routes.rb')
4 4  
5 5 class Mailer < ActionMailer::Base
  6 + helper ApplicationHelper
  7 +
6 8 default :from => Errbit::Config.email_from
7 9  
8 10 def err_notification(notice)
... ...