Implement :Chained('../action').
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 4bd707f..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
 
@@ -788,8 +788,7 @@ L<Catalyst::Engine>.
 =head2 $c->path_to(@path)
 
 Merges C<@path> with C<< $c->config->{home} >> and returns a
-L<Path::Class::Dir> object. Must be called after C<< MyApp->setup >>,
-which sets up C<< $c->config->{home} >>.
+L<Path::Class::Dir> object.
 
 For example: