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