Make go('/chained/action') execute the full chain, not just the endpoint.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType.pm
index 31b980c..06905ad 100644 (file)
@@ -58,6 +58,8 @@ arrayref, or undef if unable to do so.
 
 sub uri_for_action { }
 
+sub expand_action { }
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm