From e74ec3c95a68ccdedfcf5a292bee44a4ec043bdb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 28 Nov 2011 22:43:20 +0200 Subject: [PATCH] merge requests v1.0 --- app/controllers/notes_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index ad9531e0..5bf30056 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -42,6 +42,8 @@ class NotesController < ApplicationController Notify.note_commit_email(u, @note).deliver when "Issue" then Notify.note_issue_email(u, @note).deliver + when "MergeRequest" + true # someone should write email notification when "Snippet" true else