summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-29 10:35:26 +0200
committerJames Lopez <james@jameslopez.es>2016-06-29 10:35:26 +0200
commit3d2a73667983aefda9464d8651d5d59d617a4b95 (patch)
tree83c5e83dbb2d0acbea4730845b4edb92d2afd975 /app/models/note.rb
parent9e8fdead1789b425152256ec977241e7f19123ce (diff)
downloadgitlab-ce-3d2a73667983aefda9464d8651d5d59d617a4b95.tar.gz
fixing events for import/export
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 8db500a5219..ed26fb2d88a 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -5,6 +5,7 @@ class Note < ActiveRecord::Base
include Mentionable
include Awardable
include Importable
+ include Eventable
# Attribute containing rendered and redacted Markdown as generated by
# Banzai::ObjectRenderer.