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