Commit ef03be7b authored by Marin Jankovski's avatar Marin Jankovski

Remove unused service method.

parent 80fd5b67
......@@ -92,8 +92,4 @@ class Service < ActiveRecord::Base
def issue_tracker?
self.category == :issue_tracker
end
def self.issue_tracker_service_list
Service.select(&:issue_tracker?).map{ |s| s.to_param }
end
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