Make avatar helpers available to emails
This commit is contained in:
parent
fcc41fe396
commit
35227d3b9a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Notify < BaseMailer
|
||||||
helper BlobHelper
|
helper BlobHelper
|
||||||
helper EmailsHelper
|
helper EmailsHelper
|
||||||
helper MembersHelper
|
helper MembersHelper
|
||||||
|
helper AvatarsHelper
|
||||||
helper GitlabRoutingHelper
|
helper GitlabRoutingHelper
|
||||||
|
|
||||||
def test_email(recipient_email, subject, body)
|
def test_email(recipient_email, subject, body)
|
||||||
|
|
Loading…
Reference in a new issue