Skip to content
Snippets Groups Projects
Commit aa781489 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre
Browse files

Remove unused method Project#all_labels

parent 891e5f48
No related branches found
No related tags found
1 merge request!6425Add group level labels
......@@ -738,10 +738,6 @@ def create_labels
end
end
def all_labels
Label.find_by_project_id(self.id)
end
def find_service(list, name)
list.find { |service| service.to_param == name }
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment