Merge pull request #4441 from xBazilio/patch-1

Update start-databases.md
This commit is contained in:
Alexander Makarov
2014-07-25 14:02:37 +03:00

View File

@ -2,7 +2,7 @@ Working with Databases
======================
This section will describe how to create a new page that displays country data fetched from
from a database table named `country`. To achieve this goal, you will configure a database connection,
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),
and create a [view](structure-views.md).