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