Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-08-25 15:01:10 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-08-26 11:56:55 +0300
commit34cbc51e238a6b1626ef3d656b2dc80db6463971 (patch)
tree9ab4f2b6f8862f12d1e5235ec691d46667e73eab /app/mailers/notify.rb
parent7bbb523b23638c52b3c0ba43d8f3dbef8840aad6 (diff)
Add a new pipeline email service. TODO: email templates and tests
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 0cc709f68e4..fef8149b325 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -7,6 +7,7 @@ class Notify < BaseMailer
include Emails::Projects
include Emails::Profile
include Emails::Builds
+ include Emails::Pipelines
include Emails::Members
add_template_helper MergeRequestsHelper