File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1195,22 +1195,22 @@ You can also use the `--expanded` option to turn on the expanded table formattin
1195
1195
```
1196
1196
$ rails routes --expanded
1197
1197
1198
- --[ Route 1 ]-----------------------------------------------------------------
1198
+ --[ Route 1 ]----------------------------------------------------
1199
1199
Prefix | users
1200
1200
Verb | GET
1201
1201
URI | /users(.:format)
1202
1202
Controller#Action | users#index
1203
- --[ Route 2 ]-----------------------------------------------------------------
1203
+ --[ Route 2 ]----------------------------------------------------
1204
1204
Prefix |
1205
1205
Verb | POST
1206
1206
URI | /users(.:format)
1207
1207
Controller#Action | users#create
1208
- --[ Route 3 ]-----------------------------------------------------------------
1208
+ --[ Route 3 ]----------------------------------------------------
1209
1209
Prefix | new_user
1210
1210
Verb | GET
1211
1211
URI | /users/new(.:format)
1212
1212
Controller#Action | users#new
1213
- --[ Route 4 ]-----------------------------------------------------------------
1213
+ --[ Route 4 ]----------------------------------------------------
1214
1214
Prefix | edit_user
1215
1215
Verb | GET
1216
1216
URI | /users/:id/edit(.:format)
You can’t perform that action at this time.
0 commit comments