# File app/models/task.rb, line 329
  def works_with_children
    works << children.map {|t| t.works_with_children}.flatten
  end