Added authentication_zero
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user