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.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/