From fe97612141a9926a6ecec38f8cefb7eea1a0c8e5 Mon Sep 17 00:00:00 2001 From: Yuta Uchida Date: Mon, 7 May 2018 21:09:59 +0900 Subject: [PATCH] Fix output in routing.md [ci skip] --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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