summaryrefslogtreecommitdiff
path: root/app/mailers
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2018-04-26 11:27:44 +0200
committerDouwe Maan <douwe@selenight.nl>2018-04-26 11:28:02 +0200
commit35227d3b9a3ed4483cf4a2195ab80f7082c9a81e (patch)
tree19a651ce3ffdf41829c9c08789dd5061c344628c /app/mailers
parentfcc41fe39618cb9d5effaebe7a99d635a8700d07 (diff)
downloadgitlab-ce-35227d3b9a3ed4483cf4a2195ab80f7082c9a81e.tar.gz
Make avatar helpers available to emails
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/notify.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index e4212775956..3646e08a15f 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -16,6 +16,7 @@ class Notify < BaseMailer
helper BlobHelper
helper EmailsHelper
helper MembersHelper
+ helper AvatarsHelper
helper GitlabRoutingHelper
def test_email(recipient_email, subject, body)