Fixed gfm mailer
This commit is contained in:
parent
04bad8257f
commit
a76adfa472
|
@ -1,6 +1,7 @@
|
||||||
class Notify < ActionMailer::Base
|
class Notify < ActionMailer::Base
|
||||||
include Resque::Mailer
|
include Resque::Mailer
|
||||||
add_template_helper ApplicationHelper
|
add_template_helper ApplicationHelper
|
||||||
|
add_template_helper GitlabMarkdownHelper
|
||||||
|
|
||||||
default_url_options[:host] = Gitlab.config.web_host
|
default_url_options[:host] = Gitlab.config.web_host
|
||||||
default_url_options[:protocol] = Gitlab.config.web_protocol
|
default_url_options[:protocol] = Gitlab.config.web_protocol
|
||||||
|
|
Loading…
Reference in a new issue