Added note on placing myapp.db on the app's basedir before creating model
Breno G. de Oliveira [Thu, 14 May 2009 03:46:49 +0000 (03:46 +0000)]
lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod

index f3ff00e..092b867 100644 (file)
@@ -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<create=static> option to read the 
-database with 
+Before you continue, make sure your C<myapp.db> database file is in 
+the application's topmost directory. Now use the model helper with 
+the C<create=static> option to read the database with 
 L<DBIx::Class::Schema::Loader|DBIx::Class::Schema::Loader> and 
 automatically build the required files for us: