def asgs: Seq[ASG] = stacks.flatMap()

in app/model/Estate.scala [34:36]


  def asgs: Seq[ASG] = stacks.flatMap(_.asgs)
}
object Stage {