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

