Routing
        business_contacts_map
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| subset | "Animal Shelters and Rescue Organizations" | 
            
Route Matching Logs
    Path to match: 
/businesscontacts/map/Animal%20Shelters%20and%20Rescue%20Organizations
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | business_contacts_index | /businesscontacts/index | Path does not match | 
| 2 | 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.