summaryrefslogtreecommitdiff
path: root/app/models/label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/label.rb')
-rw-r--r--app/models/label.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/label.rb b/app/models/label.rb
index 910cc0d68cd..3c70eef9bd5 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -149,10 +149,6 @@ class Label < ApplicationRecord
1
end
- def self.by_ids(ids)
- where(id: ids)
- end
-
def self.on_project_board?(project_id, label_id)
return false if label_id.blank?