Routing
business_contacts_map
Matched route
Route Parameters
Name | Value |
---|---|
subset | "All" |
Route Matching Logs
Path to match:
/businesscontacts/map/All
# | Route name | Path | Log |
---|---|---|---|
1 | birth_death_marriage_certificates_index | /birth/death/marriage/certificates/ | Path does not match |
2 | birth_death_marriage_certificates_new | /birth/death/marriage/certificates/new | Path does not match |
3 | app_birth_death_marriage_certificates_show | /birth/death/marriage/certificates/{id} | Path does not match |
4 | birth_death_marriage_certificates_edit | /birth/death/marriage/certificates/{id}/edit | Path does not match |
5 | birth_death_marriage_certificates_delete | /birth/death/marriage/certificates/{id} | Path does not match |
6 | business_contacts_index | /businesscontacts/index | Path does not match |
7 | business_contacts_map | /businesscontacts/map/{subset} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.