diff options
author | Douwe Maan <douwe@selenight.nl> | 2018-04-26 11:27:44 +0200 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2018-04-26 11:28:02 +0200 |
commit | 35227d3b9a3ed4483cf4a2195ab80f7082c9a81e (patch) | |
tree | 19a651ce3ffdf41829c9c08789dd5061c344628c /app/mailers/notify.rb | |
parent | fcc41fe39618cb9d5effaebe7a99d635a8700d07 (diff) | |
download | gitlab-ce-35227d3b9a3ed4483cf4a2195ab80f7082c9a81e.tar.gz |
Make avatar helpers available to emails
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r-- | app/mailers/notify.rb | 1 |
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) |