Missing Controller
Error: BusinessCaseController could not be found.
Error: Create the class BusinessCaseController below in file: app/controllers/business_case_controller.php
<?php
class BusinessCaseController extends AppController {
var $name = 'BusinessCase';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp





