From 7eeafb96e8bf5ab2b42d911197dda6e5678aa5b4 Mon Sep 17 00:00:00 2001 From: JP Boily Date: Sun, 9 Feb 2025 20:41:04 -0500 Subject: [PATCH] fix file name in intro web app --- content/v2.2/introduction/building-a-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.2/introduction/building-a-web-app.md b/content/v2.2/introduction/building-a-web-app.md index 7dcc55e7..9dba1c3c 100644 --- a/content/v2.2/introduction/building-a-web-app.md +++ b/content/v2.2/introduction/building-a-web-app.md @@ -278,7 +278,7 @@ end Let's update our view to provide the books to our template: ```ruby -# app/views/books/index.rb +# app/templates/books/index.rb module Bookshelf module Views