summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2017-02-24 16:32:35 +0200
committerValery Sizov <valery@gitlab.com>2017-02-24 16:32:35 +0200
commit1ff3cd993468f5e1825d2824fbc93d25899b8014 (patch)
tree884cc8449638b93013e7a0b7ee4891f545d2f5e7 /app/models/issue.rb
parent034397d31f0ff64771520e8ee0cc745d793f31e4 (diff)
parentf40403cce1a8185254e74dff54ee687b7953093b (diff)
downloadgitlab-ce-1ff3cd993468f5e1825d2824fbc93d25899b8014.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues
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 f3c8f49cc66..0f7a26ee3e1 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -16,8 +16,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'