aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorShailesh Kalamkar <shailesh.kalamkar@gmail.com>2019-03-11 19:31:36 +0530
committerShailesh Kalamkar <shailesh.kalamkar@gmail.com>2019-03-11 19:31:36 +0530
commit4a39a8da2fbbbd3e98f34bd97109715cba37a78f (patch)
tree1cde474212d179391b505fe161a21037db0bb8bb /guides/source/routing.md
parent33800d2330e1c7d36dcbb5150857cfb33fc45379 (diff)
downloadrails-4a39a8da2fbbbd3e98f34bd97109715cba37a78f.tar.gz
rails-4a39a8da2fbbbd3e98f34bd97109715cba37a78f.tar.bz2
rails-4a39a8da2fbbbd3e98f34bd97109715cba37a78f.zip
[ci skip] Removed extra hyphens
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 237ca56e1d..e3a6bbb138 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)