From: Jess Robinson Date: Tue, 5 Aug 2008 20:21:25 +0000 (+0000) Subject: Switch syntax example for model to use create=static X-Git-Tag: 5.7099_04~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a3095417716ebccd1c6aa367d09491ee8629cdd6 Switch syntax example for model to use create=static --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 02f1216..b06f646 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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