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