From 35227d3b9a3ed4483cf4a2195ab80f7082c9a81e Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 26 Apr 2018 11:27:44 +0200 Subject: Make avatar helpers available to emails --- app/mailers/notify.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/mailers/notify.rb') 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) -- cgit v1.2.3