summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
authorZJ van de Weg <zegerjan@gitlab.com>2016-05-25 21:07:36 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-06 11:03:39 +0200
commit2f9c2149a38e8a4067cb50c1cd1bbb1e72c263b3 (patch)
tree89b1f8d0cf86a328d8a8d276b79e5321fbdd43dc /app/models/note.rb
parentfc809d689a03e69c581c1bb8ed0cf246953a7c08 (diff)
downloadgitlab-ce-2f9c2149a38e8a4067cb50c1cd1bbb1e72c263b3.tar.gz
Backend awardables on comments
Diffstat (limited to 'app/models/note.rb')
-rw-r--r--app/models/note.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index 46c3f6e24af..585d8c4ad84 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -3,6 +3,7 @@ class Note < ActiveRecord::Base
include Gitlab::CurrentSettings
include Participable
include Mentionable
+ include Awardable
default_value_for :system, false