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