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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-03 02:42:13 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-06 19:59:49 +0300
commit4ac907ee77784006b32a6c918792d3a82a0bb5c8 (patch)
tree68941c4255286b7ee53615df56fc308770e87b78 /app/models/label.rb
parentd4bcf51692122abaef1272fe80e8897b5be0f178 (diff)
typo
Diffstat (limited to 'app/models/label.rb')
-rw-r--r--app/models/label.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/label.rb b/app/models/label.rb
index e4fc4f251d8..aed74d0bde1 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -33,7 +33,7 @@ class Label < ActiveRecord::Base
scope :templates, -> { where(template: true) }
def self.prioritized
- where.not(priority: nil).reorder(Gitlab::Database.nulls_last_order(:priority), :title)
+ where.not(priority: nil).reorder(Gitlab::Database.nulls_last_order(:priority), :title)
end
def self.unprioritized