summaryrefslogtreecommitdiff
path: root/app/mailers/notify.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-10 10:26:05 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-10 10:26:05 +0000
commitde24e9b877581fd02076a72059e75f9e460cac12 (patch)
tree42f594ead552598a810b9e15559eec259214a557 /app/mailers/notify.rb
parent3c727ede2d1fdd30bf97a73d034d4267b7d2106e (diff)
parente861af409df4139e2a1c7434b1ca490710c786f1 (diff)
downloadgitlab-ce-de24e9b877581fd02076a72059e75f9e460cac12.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index efa1233b434..0b740809f30 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -4,6 +4,7 @@ class Notify < BaseMailer
include ActionDispatch::Routing::PolymorphicRoutes
include GitlabRoutingHelper
include EmailsHelper
+ include IssuablesHelper
include Emails::Issues
include Emails::MergeRequests
@@ -24,6 +25,7 @@ class Notify < BaseMailer
helper MembersHelper
helper AvatarsHelper
helper GitlabRoutingHelper
+ helper IssuablesHelper
def test_email(recipient_email, subject, body)
mail(to: recipient_email,