admin test complete

This commit is contained in:
Mark Moser
2016-09-22 17:26:00 -05:00
parent 33f0358fa5
commit 4a745e0aba
8 changed files with 144 additions and 18 deletions

View File

@ -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