From 5e8ff28f00ab434da491775c8b7908151906e293 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 5 Mar 2013 20:38:55 +1300 Subject: [PATCH] must include application helper in mailer --- app/mailers/mailer.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/mailers/mailer.rb b/app/mailers/mailer.rb index 6766575..2429f8e 100644 --- a/app/mailers/mailer.rb +++ b/app/mailers/mailer.rb @@ -3,6 +3,8 @@ require Rails.root.join('config/routes.rb') class Mailer < ActionMailer::Base + helper ApplicationHelper + default :from => Errbit::Config.email_from def err_notification(notice) -- libgit2 0.21.2