From: Marcus Ramberg Date: Fri, 24 Jun 2005 09:33:18 +0000 (+0000) Subject: revised angry smiley. X-Git-Tag: 5.7099_04~1290 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b114f90888d21c4a82cfc4dde4df8396af0ac6d2 revised angry smiley. --- diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 4f06ddb..e4cf1c5 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -67,7 +67,9 @@ Just use Catalyst::Model::CDBI::CRUD as your base class. 1; Modify the $c->form() parameters to match your needs, and don't forget to copy -the templates. ;) +the templates into the template root. Can't find the templates? They were in the +CRUD model distribution, so you can do B from +the CPAN shell to find them. =head2 Single file upload with Catalyst