# File app/models/period.rb, line 146 def estimates? not backlogs.find {|backlog| backlog.track_todo?}.nil? end