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:
-rw-r--r--app/models/commit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 17ef76e679c..3fea563a487 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -8,6 +8,7 @@ class Commit
include StaticModel
attr_mentionable :safe_message, pipeline: :single_line
+ attr_mentionable :notes_with_associations
participant :author, index: 0
participant :committer, index: 1