diff --git a/app/controllers/recruitments_controller.rb b/app/controllers/recruitments_controller.rb index fdee499..110696f 100644 --- a/app/controllers/recruitments_controller.rb +++ b/app/controllers/recruitments_controller.rb @@ -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