Commit 5511661a by Đường Sỹ Hoàng

Remove before_action_index

parent a810b7ef
class ApplyController < ApplicationController
before_action :check_user_logged_in?
before_action :load_job, only: [:new, :done, :confirm, :index]
before_action :load_job, only: [:new, :done, :confirm]
def index
@applies = current_user.applies.includes(:job)
......
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