[Catalyst] PathPart help

Jonas Alves jonas.alves at gmail.com
Sat Nov 17 00:07:40 GMT 2007


On 11/16/07, Jason Kohles <email at jasonkohles.com> wrote:
> On Nov 16, 2007, at 11:11 AM, Christopher H. Laco wrote:
>
> sub has_user : Chained('id|name|email') NoPathPart CaptureArgs(0) { }
> sub edit : Chained('has_user') PathPart('edit') Args(0) { }
>

That NoPathPart you already have with an empty PathPart('').

-- 
Jonas



More information about the Catalyst mailing list