Routing
        create_vcard_business_contact
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| id | "7" | 
Route Matching Logs
    Path to match: 
/businesscontacts/create_vcard_business_contact/7
| # | 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} | Path does not match | 
| 6 | business_contacts_edit | /businesscontacts/edit/{id} | Path does not match | 
| 7 | business_contacts_delete | /businesscontacts/delete/{id} | Path does not match | 
| 8 | business_contacts_delete_GPS_location | /businesscontacts/delete_GPS_location/{id} | Path does not match | 
| 9 | business_contacts_delete_all_GPS_locations | /businesscontacts/delete_all_GPS_locations | Path does not match | 
| 10 | business_contacts_delete_all | /businesscontacts/delete_all | Path does not match | 
| 11 | business_contact_delete_photo_file | /businesscontacts/delete_photo_file/{id} | Path does not match | 
| 12 | business_contact_delete_attachment_file | /businesscontacts/delete_attachment_file/{id} | Path does not match | 
| 13 | view_business_contact_photo | /businesscontacts/view/photo/{id} | Path does not match | 
| 14 | business_contacts_export | /businesscontacts/business_contacts_export | Path does not match | 
| 15 | business_contacts_export_vcf_zip | /businesscontacts/business_contacts_export_vcf_zip | Path does not match | 
| 16 | business_contacts_import | /businesscontacts/business_contacts_import | Path does not match | 
| 17 | update_business_contact_location | /businesscontacts/update/location | Path does not match | 
| 18 | business_contact_clear_gps_location | /businesscontacts/gps_location_clear/{id} | Path does not match | 
| 19 | business_contact_show_attachment | /businesscontacts/show_attachment/{id} | Path does not match | 
| 20 | create_vcard_business_contact | /businesscontacts/create_vcard_business_contact/{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.