Hello!
I'm implementing some sort of simple CRM, and I'd like to handle a chain
like
/domain/*/service/*/edit with controller
App::Controller::Domain::Service, not with App::Controller::Domain
How can I set CaptureArgs for the whole
App::Controller::Domain::Service? I'd like to handle captured arg
somewhere in begin or auto
Alex
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/