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