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