summaryrefslogtreecommitdiff
path: root/app/models/issue.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/issue.rb
parent9e8fdead1789b425152256ec977241e7f19123ce (diff)
downloadgitlab-ce-3d2a73667983aefda9464d8651d5d59d617a4b95.tar.gz
fixing events for import/export
Diffstat (limited to 'app/models/issue.rb')
-rw-r--r--app/models/issue.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb
index 3c5859194b4..ae177c041e7 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -6,6 +6,7 @@ class Issue < ActiveRecord::Base
include Referable
include Sortable
include Taskable
+ include Eventable
DueDateStruct = Struct.new(:title, :name).freeze
NoDueDate = DueDateStruct.new('No Due Date', '0').freeze