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











