Added authentication_zero

This commit is contained in:
2024-08-26 19:20:06 +02:00
parent 70606f6890
commit e23b41b950
48 changed files with 1047 additions and 73 deletions

View File

@@ -1,4 +1,5 @@
class JobsController < ApplicationController
skip_before_action :authenticate_user!, only: :index
# GET /jobs or /jobs.json
def index
@jobs = Job.currently_working_on