# File app/models/backlog.rb, line 24 def estimate_data(date) total = 0 periods.each do |period| total += period.estimate_data(date) end total end