From c637fdd5b8a03a48c00be99873120d226153f29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt?= Date: Tue, 30 Sep 2014 09:26:13 +0200 Subject: [PATCH] Update start-databases.md --- docs/guide/start-databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-databases.md b/docs/guide/start-databases.md index 65721b0c4a..119e76efd4 100644 --- a/docs/guide/start-databases.md +++ b/docs/guide/start-databases.md @@ -3,7 +3,7 @@ Working with Databases This section will describe how to create a new page that displays country data fetched from a database table named `country`. To achieve this goal, you will configure a database connection, -create an [Active Record](db-active-record.md) class, and define an [action](structure-controllers.md), +create an [Active Record](db-active-record.md) class, define an [action](structure-controllers.md), and create a [view](structure-views.md). Through this tutorial, you will learn how to: