Switch syntax example for model to use create=static
Jess Robinson [Tue, 5 Aug 2008 20:21:25 +0000 (20:21 +0000)]
lib/Catalyst.pm

index 02f1216..b06f646 100644 (file)
@@ -98,7 +98,7 @@ documentation and tutorials.
     catalyst.pl MyApp
 
     # add models, views, controllers
-    script/myapp_create.pl model MyDatabase DBIC::Schema create=dynamic dbi:SQLite:/path/to/db
+    script/myapp_create.pl model MyDatabase DBIC::Schema create=static dbi:SQLite:/path/to/db
     script/myapp_create.pl view MyTemplate TT
     script/myapp_create.pl controller Search