Remove unused method Project#all_labels

parent 891e5f48
......@@ -738,10 +738,6 @@ class Project < ActiveRecord::Base
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment