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:
Diffstat (limited to 'app/models/issue_email_participant.rb')
-rw-r--r--app/models/issue_email_participant.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/issue_email_participant.rb b/app/models/issue_email_participant.rb
index dd963bc9e7e..9d7e2afa1d9 100644
--- a/app/models/issue_email_participant.rb
+++ b/app/models/issue_email_participant.rb
@@ -2,6 +2,7 @@
class IssueEmailParticipant < ApplicationRecord
include BulkInsertSafe
+ include Presentable
belongs_to :issue