Routing
sitio_individual
Matched route
Route Parameters
Name | Value |
---|---|
id | "56" |
Route Matching Logs
Path to match:
/home/sitio_individual/56
# | Route name | Path | Log |
---|---|---|---|
1 | app_blogs_index | /blogs/lista | Path does not match |
2 | app_blogs_new | /blogs/new | Path does not match |
3 | app_blogs_show | /blogs/{id} | Path does not match |
4 | app_blogs_edit | /blogs/{id}/edit | Path does not match |
5 | app_blogs_delete | /blogs/{id} | Path does not match |
6 | app_categoria_sitio_index | /categoria_sitio/lista | Path does not match |
7 | app_categoria_sitio_new | /categoria_sitio/new | Path does not match |
8 | app_categoria_sitio_show | /categoria_sitio/{id} | Path does not match |
9 | app_categoria_sitio_edit | /categoria_sitio/{id}/edit | Path does not match |
10 | app_categoria_sitio_delete | /categoria_sitio/{id} | Path does not match |
11 | app_ciudades_index | /ciudades/lista | Path does not match |
12 | app_ciudades_new | /ciudades/new | Path does not match |
13 | app_ciudades_show | /ciudades/{id} | Path does not match |
14 | app_ciudades_edit | /ciudades/{id}/edit | Path does not match |
15 | app_ciudades_delete | /ciudades/{id} | Path does not match |
16 | app_departamentos_index | /departamentos/lista | Path does not match |
17 | app_departamentos_new | /departamentos/new | Path does not match |
18 | app_departamentos_show | /departamentos/{id} | Path does not match |
19 | app_departamentos_edit | /departamentos/{id}/edit | Path does not match |
20 | app_departamentos_delete | /departamentos/{id} | Path does not match |
21 | app_home_index | /home/bienvenido | Path does not match |
22 | busqueda_sitios | /home/busqueda_sitios | Path does not match |
23 | index_rutas | /home/index_rutas | Path does not match |
24 | sitio_individual | /home/sitio_individual/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.