コード例 #1
0
ファイル: BeerController.php プロジェクト: js-dev88/sprints
 public function index()
 {
     $this->render("index", Beer::findAll());
 }