diff --git a/guides/source/routing.md b/guides/source/routing.md index 237ca56e1d2a5d430d6b2d256959468b948a9b55..e3a6bbb138de65fe5f94a5b2c2a41b784c55700c 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -1195,22 +1195,22 @@ You can also use the `--expanded` option to turn on the expanded table formattin ``` $ rails routes --expanded ---[ Route 1 ]----------------------------------------------------------------- +--[ Route 1 ]---------------------------------------------------- Prefix | users Verb | GET URI | /users(.:format) Controller#Action | users#index ---[ Route 2 ]----------------------------------------------------------------- +--[ Route 2 ]---------------------------------------------------- Prefix | Verb | POST URI | /users(.:format) Controller#Action | users#create ---[ Route 3 ]----------------------------------------------------------------- +--[ Route 3 ]---------------------------------------------------- Prefix | new_user Verb | GET URI | /users/new(.:format) Controller#Action | users#new ---[ Route 4 ]----------------------------------------------------------------- +--[ Route 4 ]---------------------------------------------------- Prefix | edit_user Verb | GET URI | /users/:id/edit(.:format)