Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | cms_copy_index | /cmscopy/index | Path does not match |
2 | cms_copy_new | /cmscopy/new | Path does not match |
3 | cms_copy_show | /cmscopy/show/{id} | Path does not match |
4 | cms_copy_edit | /cmscopy/edit/{id} | Path does not match |
5 | cms_copy_copy_and_edit | /cmscopy/copy_and_edit/{id} | Path does not match |
6 | cms_copy_delete | /cmscopy/delete/{id} | Path does not match |
7 | cms_copy_show_attachment | /cmscopy/show_attachment/{id} | Path does not match |
8 | cms_copy_delete_file | /cmscopy/cms_copy_delete_file/{id} | Path does not match |
9 | cms_copy_delete_all_files | /cmscopy/cms_copy_delete/all_files | Path does not match |
10 | cms_photo_index | /cmsphoto/index | Path does not match |
11 | cms_photo_new | /cmsphoto/new | Path does not match |
12 | cms_photo_show | /cmsphoto/show/{id} | Path does not match |
13 | cms_photo_edit | /cmsphoto/edit/{id} | Path does not match |
14 | cms_photo_delete | /cmsphoto/delete/{id} | Path does not match |
15 | cms_photo_file_delete | /cmsphoto/delete_photo_file/{id} | Path does not match |
16 | cms_photo_view | /cmsphoto/view_photo/{id} | Path does not match |
17 | cms_photos_delete_all_files | /cmsphoto/cms_photos_delete_all_files | Path does not match |
18 | company_details_index | /company_details/index | Path does not match |
19 | company_details_new | /company_details/new | Path does not match |
20 | company_details_show | /company_details/show/{id} | Path does not match |
21 | company_details_edit | /company_details/edit/{id} | Path does not match |
22 | company_details_delete | /company_details/delete/{id} | Path does not match |
23 | company_details_map_gps | /company_details/map_gps | Path does not match |
24 | company_details_delete_favicon | /company_details/delete_favicon/{live_or_dev}/{id} | Path does not match |
25 | company_details_delete_qr_code | /company_details/delete_qr_code/{id} | Path does not match |
26 | export_live_database | /company_details/export/live/database | Path does not match |
27 | content_page_index | /content_page/index | Path does not match |
28 | content_page_new | /content_page/new | Path does not match |
29 | content_page_show | /content_page/show/{id} | Path does not match |
30 | content_page_edit | /content_page/edit/{id} | Path does not match |
31 | content_page_delete | /content_page/delete/{id} | Path does not match |
32 | emails_import_index | /emails/import/index | Path does not match |
33 | emails_import_new | /emails/import/new | Path does not match |
34 | emails_import_show | /emails/import/show/{id} | Path does not match |
35 | emails_import_edit | /emails/import/edit/{id} | Path does not match |
36 | emails_import_delete | /emails/import/delete/{id} | Path does not match |
37 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.