X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=e4cf1c5ec9e9e95aee6f262533fffabf83a465f1;hb=c74caf1d4e65d9d142e350f158828340483ac3ab;hp=4f06ddb0521e1d0bb85f60780f5ef2fac13ee2b0;hpb=b284d6a7d2d21b9164b5e039377c581f0aa25679;p=catagits%2FCatalyst-Runtime.git 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