summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-02-23 12:36:23 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-02-23 12:36:23 +0100
commit2f0599b6c851c208b5332f37509df0ada52e6d6a (patch)
tree5ea1241bf48a9b8cf41d65b4fd25317ac4636e93 /app/models/issue.rb
parent29b59456d04a6e3febb70048b8b7f4b4082b8e05 (diff)
downloadgitlab-ce-2f0599b6c851c208b5332f37509df0ada52e6d6a.tar.gz
Disable unused tags count cache for Projects, Builds and Runners
+ remove complete leftover when Issues were tagged using acts_as_taggable
Diffstat (limited to 'app/models/issue.rb')
-rw-r--r--app/models/issue.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb
index d8826b65fcc..de90f19f854 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -15,8 +15,6 @@ class Issue < ActiveRecord::Base
DueThisWeek = DueDateStruct.new('Due This Week', 'week').freeze
DueThisMonth = DueDateStruct.new('Due This Month', 'month').freeze
- ActsAsTaggableOn.strict_case_match = true
-
belongs_to :project
belongs_to :moved_to, class_name: 'Issue'