Routing
quotation_trucks
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/cotizar-camiones
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get-blog-posts | /get-blog-posts/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | contact | /contacto | Path does not match |
| 4 | contact_action | /contacto | Path does not match |
| 5 | data_protection_policies | /politicas-de-proteccion-de-datos | Path does not match |
| 6 | cookies_policy | /politicas-de-cookies | Path does not match |
| 7 | terms_and_conditions | /terminos-y-condiciones | Path does not match |
| 8 | arc_rights | /derechos-arco/ | Path does not match |
| 9 | thanks | /gracias | Path does not match |
| 10 | thanks_slug | /gracias/{slug} | Path does not match |
| 11 | model_list | /volkswagen | Path does not match |
| 12 | model_trucks | /volkswagen-camiones | Path does not match |
| 13 | model_buses | /volkswagen-buses | Path does not match |
| 14 | model_detail | /camion/{slug} | Path does not match |
| 15 | model_detail_action | /camion/{slug} | Path does not match |
| 16 | modelbus_detail | /bus/{slug} | Path does not match |
| 17 | modelbus_detail_action | /bus/{slug} | Path does not match |
| 18 | network_trucks | /red-camiones | Path does not match |
| 19 | network_buses | /red-buses | Path does not match |
| 20 | network_establishments | /network-establishments | Path does not match |
| 21 | cities_by_department | /cities-by-department | Path does not match |
| 22 | establishments_by_department | /establishments-by-department | Path does not match |
| 23 | establishments_by_city | /establishments-by-city | Path does not match |
| 24 | promotions | /promociones | Path does not match |
| 25 | promotions_action | /promociones | Path does not match |
| 26 | quotation_trucks | /cotizar-camiones | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.