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


