Routing
app_addresses_list_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "325" |
Route Matching Logs
Path to match:
/addresses/list/325/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addresse_index | /addresse/ | Path does not match |
| 2 | app_addresse_new | /addresse/new/{addressesList} | Path does not match |
| 3 | app_addresse_show | /addresse/{id} | Path does not match |
| 4 | app_addresse_edit | /addresse/{id}/{addressesList}/edit | Path does not match |
| 5 | app_addresse_delete | /addresse/delete/{id}/{addressesList} | Path does not match |
| 6 | app_addresse_geocode | /addresse/{id}/geocode | Path does not match |
| 7 | app_addresses_list_index | /addresses/list/ | Path does not match |
| 8 | app_addresses_list_geofile_download | /addresses/list/app_addresses_list_geofile/{id} | Path does not match |
| 9 | app_addresses_list_new | /addresses/list/new | Path does not match |
| 10 | app_addresses_list_show | /addresses/list/{id} | Path does not match |
| 11 | app_addresses_list_edit | /addresses/list/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.