[Catalyst] RESTy Chained actions

John Lifsey - Contractor - 5595 john.lifsey at nrl.navy.mil
Fri Jun 25 17:34:29 GMT 2010


>
> sub list :Chained('/') PathPart('tutorials') Args(0) :
> ActionClass('REST') {}
> sub find_tutorial :Chained('/') PathPart('tutorials') CaptureArgs(1) {
> sub single :Chained('find_tutorial') PathPart('') Args(0)


Many thanks. That was exactly what I needed. I had been missing the 
intermediate step.



More information about the Catalyst mailing list