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