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

