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