Modified authentication with user_signed_in? and current_user
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
2024-08-25 01:20:55 +02:00
parent 0b4825dcbb
commit abe9267893
3 changed files with 36 additions and 25 deletions

View File

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