aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorYuta Uchida <yuta.uchida0101@gmail.com>2018-05-07 21:09:59 +0900
committerGitHub <noreply@github.com>2018-05-07 21:09:59 +0900
commitfe97612141a9926a6ecec38f8cefb7eea1a0c8e5 (patch)
treed8623bfa90837acb16582998cde2014c6996533d /guides/source/routing.md
parent9a1b99eb01eab3de4ab5c357058da0ecc38e434b (diff)
downloadrails-fe97612141a9926a6ecec38f8cefb7eea1a0c8e5.tar.gz
rails-fe97612141a9926a6ecec38f8cefb7eea1a0c8e5.tar.bz2
rails-fe97612141a9926a6ecec38f8cefb7eea1a0c8e5.zip
Fix output in routing.md [ci skip]
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 7a83fee617..c309704176 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -1160,7 +1160,7 @@ class Video < ApplicationRecord
end
video = Video.find_by(identifier: "Roman-Holiday")
-edit_videos_path(video) # => "/videos/Roman-Holiday"
+edit_videos_path(video) # => "/videos/Roman-Holiday/edit"
```
Inspecting and Testing Routes