Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2018-04-26 12:27:44 +0300
committerDouwe Maan <douwe@selenight.nl>2018-04-26 12:28:02 +0300
commit35227d3b9a3ed4483cf4a2195ab80f7082c9a81e (patch)
tree19a651ce3ffdf41829c9c08789dd5061c344628c /app/mailers/notify.rb
parentfcc41fe39618cb9d5effaebe7a99d635a8700d07 (diff)
Make avatar helpers available to emails
Diffstat (limited to 'app/mailers/notify.rb')
-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)