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