Routing
office_address
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/company_details/office_address
# | 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 | cms_copy_index | /cmscopy/index | Path does not match |
32 | cms_copy_new | /cmscopy/new | Path does not match |
33 | cms_copy_show | /cmscopy/show/{id} | Path does not match |
34 | cms_copy_edit | /cmscopy/edit/{id} | Path does not match |
35 | cms_copy_copy_and_edit | /cmscopy/copy_and_edit/{id} | Path does not match |
36 | cms_copy_delete | /cmscopy/delete/{id} | Path does not match |
37 | cms_copy_show_attachment | /cmscopy/show_attachment/{id} | Path does not match |
38 | cms_copy_delete_file | /cmscopy/cms_copy_delete_file/{id} | Path does not match |
39 | cms_copy_delete_all_files | /cmscopy/cms_copy_delete/all_files | Path does not match |
40 | cms_copy_reset_counters | /cmscopy/cms_copy_reset_counters | Path does not match |
41 | cms_copy_page_formats_index | /cms_copy_page_formats/index | Path does not match |
42 | cms_copy_page_formats_new | /cms_copy_page_formats/new | Path does not match |
43 | cms_copy_page_formats_show | /cms_copy_page_formats/show/{id} | Path does not match |
44 | cms_copy_page_formats_edit | /cms_copy_page_formats/edit/{id} | Path does not match |
45 | cms_copy_page_formats_delete | /cms_copy_page_formats/delete/{id} | Path does not match |
46 | cms_copy_page_formats_delete_all | /cms_copy_page_formats/delete_all | Path does not match |
47 | cms_copy_page_formats_export | /cms_copy_page_formats/export/CmsCopyPageFormats | Path does not match |
48 | cms_copy_page_formats_import | /cms_copy_page_formats/import/CmsCopyPageFormats | Path does not match |
49 | cms_photo_index | /cmsphoto/index | Path does not match |
50 | cms_photo_new | /cmsphoto/new | Path does not match |
51 | cms_photo_show | /cmsphoto/show/{id} | Path does not match |
52 | cms_photo_edit | /cmsphoto/edit/{id} | Path does not match |
53 | rotate_cms_photo | /cmsphoto/rotate_cms_photo/{id} | Path does not match |
54 | cms_photo_delete | /cmsphoto/delete/{id} | Path does not match |
55 | cms_photo_file_delete | /cmsphoto/delete_photo_file/{id} | Path does not match |
56 | cms_photo_view | /cmsphoto/view_photo/{id} | Path does not match |
57 | cms_photos_delete_all_files | /cmsphoto/cms_photos_delete_all_files | Path does not match |
58 | company_details_index | /company_details/index | Path does not match |
59 | company_details_new | /company_details/new | Path does not match |
60 | company_details_show | /company_details/show/{id} | Path does not match |
61 | company_details_edit | /company_details/edit/{id} | Path does not match |
62 | company_details_delete | /company_details/delete/{id} | Path does not match |
63 | office_address | /company_details/office_address | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.