fixed index for _create.pl Controller
[catagits/Catalyst-Devel.git] / 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%].');