Routing
(none)
Matched route
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | action_type_index | /action-type/ | Path does not match |
| 2 | action_type_new | /action-type/new | Path does not match |
| 3 | action_type_show | /action-type/{id} | Path does not match |
| 4 | action_type_edit | /action-type/{id}/edit | Path does not match |
| 5 | action_type_delete | /action-type/{id} | Path does not match |
| 6 | advertiser_index | /advertiser/ | Path does not match |
| 7 | advertiser_new | /advertiser/new | Path does not match |
| 8 | advertiser_show | /advertiser/{id} | Path does not match |
| 9 | advertiser_edit | /advertiser/{id}/edit | Path does not match |
| 10 | advertiser_delete | /advertiser/{id} | Path does not match |
| 11 | right | /advertiser-right/right | Path does not match |
| 12 | right_check | /advertiser-right/right-check | Path does not match |
| 13 | agency_index | /agency/ | Path does not match |
| 14 | agency_new | /agency/new | Path does not match |
| 15 | agency_show | /agency/{id} | Path does not match |
| 16 | agency_edit | /agency/{id}/edit | Path does not match |
| 17 | agency_delete | /agency/{id} | Path does not match |
| 18 | api_index | /api/ | Path does not match |
| 19 | api_test_call | /api/testcall | Path does not match |
| 20 | api_v1_agency_order | /api/v1/agency/order/{action} | Path does not match |
| 21 | attachment_index | /attachment/ | Path does not match |
| 22 | attachment_new | /attachment/new | Path does not match |
| 23 | attachment_show | /attachment/{id} | Path does not match |
| 24 | attachment_edit | /attachment/{id}/edit | Path does not match |
| 25 | attachment_delete | /attachment/{id} | Path does not match |
| 26 | autocomplete_region | /autocomplete/region | Path does not match |
| 27 | autocomplete_search_order_shop | /autocomplete/search-order-shop | Path does not match |
| 28 | autocomplete_get_order_shop | /autocomplete/get-order-shop/{id} | Path does not match |
| 29 | brand_index | /brand/ | Path does not match |
| 30 | brand_new | /brand/new | Path does not match |
| 31 | brand_show | /brand/{id} | Path does not match |
| 32 | brand_edit | /brand/{id}/edit | Path does not match |
| 33 | brand_delete | /brand/{id} | Path does not match |
| 34 | business_unit_index | /business-unit/ | Path does not match |
| 35 | business_unit_new | /business-unit/new | Path does not match |
| 36 | business_unit_show | /business-unit/{id} | Path does not match |
| 37 | business_unit_edit | /business-unit/{id}/edit | Path does not match |
| 38 | business_unit_delete | /business-unit/{id} | Path does not match |
| 39 | category_index | /category/ | Path does not match |
| 40 | category_new | /category/new | Path does not match |
| 41 | category_show | /category/{id} | Path does not match |
| 42 | category_edit | /category/{id}/edit | Path does not match |
| 43 | category_delete | /category/{id} | Path does not match |
| 44 | dashboard_index | /dashboard/ | Path does not match |
| 45 | dashboard_new | /dashboard/new | Path does not match |
| 46 | dashboard_show | /dashboard/{id} | Path does not match |
| 47 | dashboard_edit | /dashboard/{id}/edit | Path does not match |
| 48 | dashboard_delete | /dashboard/{id} | Path does not match |
| 49 | index | / | Path does not match |
| 50 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.