Make avatar helpers available to emails

This commit is contained in:
Douwe Maan 2018-04-26 11:27:44 +02:00
parent fcc41fe396
commit 35227d3b9a
No known key found for this signature in database
GPG Key ID: 5976703F65143D36
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class Notify < BaseMailer
helper BlobHelper
helper EmailsHelper
helper MembersHelper
helper AvatarsHelper
helper GitlabRoutingHelper
def test_email(recipient_email, subject, body)