Removed TODO flag

This commit is contained in:
Eric Davis
2008-05-23 16:39:42 -07:00
parent 1637e5cdd1
commit f20b614f84

View File

@@ -5,7 +5,6 @@ class Deliverable < ActiveRecord::Base
belongs_to :project
has_many :issues
# TODO: mocked
def score
return self.progress - self.budget_ratio
end