[debug] Loaded Private actions:
[snip]
| Private | Class | Method
| /user/update | MyApp::Controller::User | update
[snip]
####
[debug] Loaded Chained actions:
[snip]
| Path Spec | Private
| /user/*/update | -> /user/chain (1)
| | => /user/update (0)
[snip]
####
if($c->req->method eq 'POST'){
### update a database
}
####
.----------------------------------------------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------------------------------------------+-----------+
| user//update - start | 0.024544s |
| /auto | 0.002635s |
| -> /error_template | 0.000193s |
| /end | 0.020821s |