Routing
airports_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "11" |
Route Matching Logs
Path to match:
/airports/edit/11
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | airports_index | /airports/index | Path does not match |
| 2 | airports_new | /airports/new | Path does not match |
| 3 | airports_show | /airports/show/{id} | Path does not match |
| 4 | airports_edit | /airports/edit/{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.