admin test complete
This commit is contained in:
@ -8,6 +8,7 @@ module Admin
|
||||
after_action :skip_authorization
|
||||
#
|
||||
|
||||
# TODO: Limit results to the quizzes current_user has access to
|
||||
def index
|
||||
@candidates = Candidate.where(completed: true).includes(:recruiter)
|
||||
end
|
||||
|
Reference in New Issue
Block a user