Error: The action index is not defined in controller CandidatesController
Error: Create CandidatesController::index() in file: app/controllers/candidates_controller.php.
<?php
class CandidatesController extends AppController {
var $name = 'Candidates';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp