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