added docs for engine/dispatcher
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
index abe887e..58779fa 100644 (file)
@@ -17,6 +17,9 @@ See L<Catalyst>.
 
 =head2 $self->match( $c, $path )
 
+Check if default action matches, and set action if it does. 
+Will be called last for each controller.
+
 =cut
 
 sub match {