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