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