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;fp=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=092b8674cbf1ba386366a9406e1b690b522aa209;hp=f3ff00ee498e4fbb99a9c2b5ba627a57404ae151;hb=98fd8420ab3b60bf830264311beebe0a5f334478;hpb=278f816dc58c5c3da9f1eb231e64be405d8f6bc4 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index f3ff00e..092b867 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: