fixed home#index
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2024-08-20 21:49:08 +02:00
parent f50bf2fa5f
commit 2d5b6655ea

View File

@@ -1,6 +1,4 @@
class HomeController < ApplicationController
skip_before_action :authenticate
def index
end
end