Routing
cms_copy_show_attachment
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "2" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/cmscopy/show_attachment/2
| # | 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_all | /businesscontacts/delete_all | Path does not match |
| 9 | business_contact_delete_photo_file | /businesscontacts/delete_photo_file/{id} | Path does not match |
| 10 | business_contact_delete_attachment_file | /businesscontacts/delete_attachment_file/{id} | Path does not match |
| 11 | view_business_contact_photo | /businesscontacts/view/photo/{id} | Path does not match |
| 12 | business_contacts_export | /businesscontacts/export/BusinessContacts | Path does not match |
| 13 | business_contacts_export_for_outlook | /businesscontacts/export/BusinessContactsOutlook | Path does not match |
| 14 | business_contacts_import | /businesscontacts/import/BusinessContacts | Path does not match |
| 15 | create_vcard | /businesscontacts/create/Vcard/{id} | Path does not match |
| 16 | show_location_google_maps | /businesscontacts/gps/GoogleMap/show/{id} | 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 | importContacts | /businesscontacts/importContacts | Path does not match |
| 20 | business_contact_show_attachment | /businesscontacts/show_attachment/{id} | Path does not match |
| 21 | business_types_index | /business/types/index | Path does not match |
| 22 | business_types_new | /business/types/new | Path does not match |
| 23 | business_types_show | /business/types/show/{id} | Path does not match |
| 24 | business_types_edit | /business/types/edit/{id} | Path does not match |
| 25 | business_types_delete | /business/types/delete/{id} | Path does not match |
| 26 | business_types_delete_all | /business/types/delete_all | Path does not match |
| 27 | business_type_change_ranking | /business/types/change_ranking/{change}/{id} | Path does not match |
| 28 | update_business_type_ranking | /business/types/update_business_type_ranking | Path does not match |
| 29 | business_types_export | /business/types/export/BusinessTypes | Path does not match |
| 30 | business_types_import | /business/types/import/BusinessTypes | Path does not match |
| 31 | client_emails_sent_index | /client_emails_sent | Path does not match |
| 32 | client_emails_sent_new | /client_emails_sent/new | Path does not match |
| 33 | client_emails_sent_show | /client_emails_sent/show/{id} | Path does not match |
| 34 | client_emails_sent_edit | /client_emails_sent/edit/{id} | Path does not match |
| 35 | client_emails_sent_delete | /client_emails_sent/delete/{id} | Path does not match |
| 36 | cms_copy_index | /cmscopy/index | Path does not match |
| 37 | cms_copy_new | /cmscopy/new | Path does not match |
| 38 | cms_copy_show | /cmscopy/show/{id} | Path does not match |
| 39 | cms_copy_edit | /cmscopy/edit/{id} | Path does not match |
| 40 | cms_copy_copy_and_edit | /cmscopy/copy_and_edit/{id} | Path does not match |
| 41 | cms_copy_update_ranking | /cmscopy/cms_copy_update_ranking | Path does not match |
| 42 | cms_copy_delete | /cmscopy/delete/{id} | Path does not match |
| 43 | cms_copy_show_attachment | /cmscopy/show_attachment/{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.