Missing Method in RecruitController

Error: The action interview is not defined in controller RecruitController

Error: Create RecruitController::interview() in file: app/Controller/RecruitController.php.

<?php
class RecruitController extends AppController {


	public function interview() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

TOP