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