def stageJson()

in app/controllers/Application.scala [39:44]


  def stageJson(stage: String) = authAction {
    import ASG.writes
    Ok(Json.toJson(
      estateProvider()(stage)
    ))
  }