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









