diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-26 20:10:28 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-26 20:10:28 +0200 |
commit | 45e333ce98aa2c4c6be4858345b4ca415a200ed2 (patch) | |
tree | d7be7efb78d22c6168e8bfa9624985c87a78f7b2 /app/models/commit.rb | |
parent | b2cc24ba7aa79a4a01bdd0945ee5a7d76a07f056 (diff) | |
download | gitlab-ce-participants-table.tar.gz |
Use participants from database table instead of parsing all commentsparticipants-table
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index aff329d71fa..b9569c00421 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -8,7 +8,6 @@ class Commit include StaticModel attr_mentionable :safe_message - participant :author, :committer, :notes, :mentioned_users attr_accessor :project |