summaryrefslogtreecommitdiff
path: root/app/mailers/notify.rb
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2018-12-12 17:51:36 +0800
committerHeinrich Lee Yu <hleeyu@gmail.com>2018-12-21 18:00:14 +0800
commit51ac77af9a9bd70297ae6dd8c0290c73a46d8bf8 (patch)
tree80f309b336f92f7d841129d67bcbbe93f9db45dd /app/mailers/notify.rb
parent62d250ff666770f9807eec2199a7b208ea8b518a (diff)
downloadgitlab-ce-51ac77af9a9bd70297ae6dd8c0290c73a46d8bf8.tar.gz
Add date range to milestone changed emails
Also refactored issues and MRs to use the same email template file
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 15710bee4d4..efa1233b434 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -16,6 +16,7 @@ class Notify < BaseMailer
include Emails::AutoDevops
include Emails::RemoteMirrors
+ helper MilestonesHelper
helper MergeRequestsHelper
helper DiffHelper
helper BlobHelper