fixed index for _create.pl Controller
Kieren Diment [Tue, 27 May 2008 22:09:50 +0000 (22:09 +0000)]
lib/Catalyst/Helper.pm

index 97c0f56..7891b0d 100644 (file)
@@ -1176,7 +1176,7 @@ Catalyst [% long_type %].
 
 =cut
 
-sub index : Private {
+sub index :Path :Args(0) {
     my ( $self, $c ) = @_;
 
     $c->response->body('Matched [% class %] in [%name%].');