Routing
office_address
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/company_details/office_address
# | Route name | Path | Log |
---|---|---|---|
1 | business_contacts_index | /businesscontacts/ | Path does not match |
2 | business_contacts_new | /businesscontacts/new | Path does not match |
3 | business_contacts_suggestion | /businesscontacts/suggestion | Path does not match |
4 | business_contacts_show | /businesscontacts/{id} | Path does not match |
5 | business_contacts_edit | /businesscontacts/{id}/edit | Path does not match |
6 | business_contacts_delete | /businesscontacts/{id} | Path does not match |
7 | business_contacts_export | /businesscontacts/export/business_contacts | Path does not match |
8 | business_contacts_import | /businesscontacts/import/business_contacts | Path does not match |
9 | create_vcard | /businesscontacts/create/Vcard/{id} | Path does not match |
10 | show_location_google_maps | /businesscontacts/gps/GoogleMap/show/{id} | Path does not match |
11 | update_user_location | /businesscontacts/update/user/location | Path does not match |
12 | tourist_attraction_clear_gps_location | /businesscontacts/gps_location_clear/{id} | Path does not match |
13 | importContacts | /businesscontacts/importContacts | Path does not match |
14 | business_types_index | /business/types/ | Path does not match |
15 | business_types_new | /business/types/new | Path does not match |
16 | business_types_show | /business/types/{id} | Path does not match |
17 | business_types_edit | /business/types/{id}/edit | Path does not match |
18 | business_types_delete | /business/types/{id} | Path does not match |
19 | cms_copy_index | /cmscopy/index | Path does not match |
20 | cms_copy_new | /cmscopy/new | Path does not match |
21 | cms_copy_show | /cmscopy/show/{id} | Path does not match |
22 | cms_copy_edit | /cmscopy/edit/{id} | Path does not match |
23 | cms_copy_copy_and_edit | /cmscopy/copy_and_edit/{id} | Path does not match |
24 | cms_copy_delete | /cmscopy/delete/{id} | Path does not match |
25 | cms_copy_show_attachment | /cmscopy/show_attachment/{id} | Path does not match |
26 | cms_copy_delete_file | /cmscopy/cms_copy_delete_file/{id} | Path does not match |
27 | cms_copy_delete_all_files | /cmscopy/cms_copy_delete/all_files | Path does not match |
28 | cms_photo_index | /cmsphoto/index | Path does not match |
29 | cms_photo_new | /cmsphoto/new | Path does not match |
30 | cms_photo_show | /cmsphoto/show/{id} | Path does not match |
31 | cms_photo_edit | /cmsphoto/edit/{id} | Path does not match |
32 | cms_photo_delete | /cmsphoto/delete/{id} | Path does not match |
33 | cms_photo_file_delete | /cmsphoto/delete_photo_file/{id} | Path does not match |
34 | cms_photo_view | /cmsphoto/view_photo/{id} | Path does not match |
35 | cms_photos_delete_all_files | /cmsphoto/cms_photos_delete_all_files | Path does not match |
36 | company_details_index | /company_details/index | Path does not match |
37 | company_details_new | /company_details/new | Path does not match |
38 | company_details_show | /company_details/show/{id} | Path does not match |
39 | company_details_edit | /company_details/edit/{id} | Path does not match |
40 | company_details_delete | /company_details/delete/{id} | Path does not match |
41 | 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.