remove authenticate

parent 3a6eb86b
Pipeline #1413 failed with stages
in 0 seconds
class JobsController < ApplicationController
before_action :authenticate_user!, except: [:index]
after_action :history_action, only: [:show]
def index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment