This commit is contained in:
Bomrah Harry 2018-07-18 19:46:22 +08:00
parent 3685e54d8e
commit 1b97fb0aa7
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ class RecruitmentsController < PseudoSessionController
query << {:desired_job_title.in => keywords}
end
if !query.empty?
candidates = EmployerProfile.any_of(query)
candidates = EmployeeProfile.any_of(query)
end
candidates
end