From db69b3227b5fe186a69fa89e9178c10f10ce6f48 Mon Sep 17 00:00:00 2001 From: Jeff Casimir Date: Tue, 8 Feb 2022 16:46:16 -0700 Subject: [PATCH] Update relational_rails.md Is this supposed to be referring to Story 14 I think? --- module2/projects/relational_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/projects/relational_rails.md b/module2/projects/relational_rails.md index f598a4668..9267d0ea2 100644 --- a/module2/projects/relational_rails.md +++ b/module2/projects/relational_rails.md @@ -305,7 +305,7 @@ As a visitor When I visit the parent index page Next to every parent, I see a link to edit that parent's info When I click the link -I should be taken to that parents edit page where I can update its information just like in User Story 4 +I should be taken to that parents edit page where I can update its information just like in User Story 14 ``` ```