Skip to content

Commit

Permalink
[ci skip] Removed extra hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-kalamkar committed Mar 11, 2019
1 parent 33800d2 commit 4a39a8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/source/routing.md
Expand Up @@ -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)
Expand Down

0 comments on commit 4a39a8d

Please sign in to comment.