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