https://rusticavoyages.com/detailcircuit/7

Routing

detailcircuit Matched route

Route Parameters

Name Value
id
"7"

Route Matching Logs

Path to match: /detailcircuit/7
# Route name Path Log
1 app_agence_index /agence/ Path does not match
2 app_agence_new /agence/new Path does not match
3 app_agence_show /agence/{id} Path does not match
4 app_agence_edit /agence/{id}/edit Path does not match
5 app_agence_delete /agence/{id} Path does not match
6 app_circuit /circuit Path does not match
7 detailcircuit /detailcircuit/{id} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.