From 4537037a4c7a7f77d049cb7a4fc7cf7e7ad895f2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 2 Jul 2025 15:23:59 -0400 Subject: [PATCH] squash! Remove session controller actions other than delete --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index d7825ad91..50e905996 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -43,7 +43,7 @@
- <%= button_to session_path, method: :delete, class: "btn center txt-medium" do %> + <%= button_to session_path, method: :delete, class: "btn center txt-medium", data: { turbo: false } do %> <%= icon_tag "logout" %> Sign out <% end %>