Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-08 08:57:41 +0300
committerShinya Maeda <shinya@gitlab.com>2018-05-08 08:57:41 +0300
commit0af2ab18fa7914380150c0403289a9d99ea45ded (patch)
treeab8657499ac7d7984ff0d193de61ffdd21a6923c /app/models/issue.rb
parent632b87a80e4e349ffc5fde585e661f51d6bec7e4 (diff)
Decouple to_params from AtomicInternalId concern
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 0332bfa9371..6d33a67845f 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -2,6 +2,7 @@ require 'carrierwave/orm/activerecord'
class Issue < ActiveRecord::Base
include AtomicInternalId
+ include IIDRoutes
include Issuable
include Noteable
include Referable