diff options
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 |