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







