Routing
business_contacts_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "48" |
Route Matching Logs
Path to match:
/businesscontacts/show/48
# | Route name | Path | Log |
---|---|---|---|
1 | business_contacts_index | /businesscontacts/index | Path does not match |
2 | business_contacts_map | /businesscontacts/map/{subset} | Path does not match |
3 | business_contacts_new | /businesscontacts/new/{business_type} | Path does not match |
4 | business_contacts_suggestion | /businesscontacts/suggestion | Path does not match |
5 | business_contacts_show | /businesscontacts/show/{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.