X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=41f58bd12d654fb0cc87cfd93f4da42a316c8eca;hp=f3ff00ee498e4fbb99a9c2b5ba627a57404ae151;hb=325bc0fd9f3c14fc336ddc74fdaa42e18aa3b4fe;hpb=a46b474eb241c3eac09ac0cd8af400a864de3ee5 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index f3ff00e..41f58bd 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -686,8 +686,9 @@ And re-run the version print command to verify that you are now at =head2 Create Static DBIx::Class Schema Files -Use the model helper with the C option to read the -database with +Before you continue, make sure your C database file is in +the application's topmost directory. Now use the model helper with +the C option to read the database with L and automatically build the required files for us: @@ -800,38 +801,6 @@ from the old files in C to the new files in C (we will be starting to add some "customized relationship information in the section below). -The C