Skip to content
Snippets Groups Projects
Commit e74ec3c9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

merge requests v1.0

parent fbba1760
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment