diff options
Diffstat (limited to 'app/models/note.rb')
-rw-r--r-- | app/models/note.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/note.rb b/app/models/note.rb index 68b9d433ae0..00ac2534039 100644 --- a/app/models/note.rb +++ b/app/models/note.rb @@ -23,12 +23,10 @@ require 'file_size_validator' class Note < ActiveRecord::Base include Mentionable include Gitlab::CurrentSettings - include Participable default_value_for :system, false attr_mentionable :note - participant :author, :mentioned_users belongs_to :project belongs_to :noteable, polymorphic: true, touch: true |