diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index ea404247d2a11b9137cb20a380dc9c60e3aa28d8..7a2fd3d682b18cdfb7df85ff7d1d134cd0c0bb5c 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -1,6 +1,7 @@ class Notify < ActionMailer::Base include Resque::Mailer add_template_helper ApplicationHelper + add_template_helper GitlabMarkdownHelper default_url_options[:host] = Gitlab.config.web_host default_url_options[:protocol] = Gitlab.config.web_protocol