From 2d5b6655eadb5b70ba5a8d970a57082920cfd4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Tue, 20 Aug 2024 21:49:08 +0200 Subject: [PATCH] fixed home#index --- app/controllers/home_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 4f84207..95f2992 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,6 +1,4 @@ class HomeController < ApplicationController - skip_before_action :authenticate - def index end end