From: Florian Ragwitz Date: Tue, 2 Sep 2008 11:48:19 +0000 (+0000) Subject: Mention PathPrefix in Chained docs. X-Git-Tag: 5.7099_04~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8f0e79ad6a2e2f64a9bda579bd5f9e1aa55a841c Mention PathPrefix in Chained docs. --- diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 7d0bbc9..632fd20 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -469,6 +469,10 @@ with C would bind to C. If you don't specify C<:PathPart> it has the same effect as using C<:PathPart>, it would default to the action name. +=item PathPrefix + +Sets PathPart to the path_prefix of the current controller. + =item Chained Has to be specified for every child in the chain. Possible values are