From 45e333ce98aa2c4c6be4858345b4ca415a200ed2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 26 Jun 2015 20:10:28 +0200 Subject: Use participants from database table instead of parsing all comments Signed-off-by: Dmitriy Zaporozhets --- app/models/commit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models/commit.rb') 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 -- cgit v1.2.1