recruiter login + index
This commit is contained in:
@ -26,6 +26,11 @@ class Candidate < ApplicationRecord
|
||||
CandidateQuiz.new(id).build_my_quiz
|
||||
end
|
||||
|
||||
def status
|
||||
# TODO: quiz status: not started, started, completed
|
||||
"--"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def generate_test_hash
|
||||
|
Reference in New Issue
Block a user