From 096db82675b789052a758496f1d43839646d5c16 Mon Sep 17 00:00:00 2001 From: Roomote Date: Fri, 13 Mar 2026 17:32:19 +0000 Subject: [PATCH] Set page background to pure red --- app/views/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 0b34352..0dea6d8 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,6 +1,6 @@ <%= turbo_stream_from "counter" %> -
+

Hello, World!

Rails 8 Full Stack Demo