From b4b6976cb3e15cb878df711738dc8d04e2228692 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Sun, 4 Feb 2024 20:04:21 +0000 Subject: [PATCH] Attempt to make turbo frames work now --- app/views/lectures/_lecture.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/lectures/_lecture.html.erb b/app/views/lectures/_lecture.html.erb index 7c8aea0..512213a 100644 --- a/app/views/lectures/_lecture.html.erb +++ b/app/views/lectures/_lecture.html.erb @@ -4,7 +4,9 @@ 'bg-green-100': lecture.attended?, }) %> -
+<%= turbo_stream_from lecture %> + +
<%= lecture.title %>