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


