Missing Method in ModulesController
Error: The action system is not defined in controller ModulesController
Error: Create ModulesController::system() in file: app/controllers/modules_controller.php.
<?php
class ModulesController extends AppController {
var $name = 'Modules';
function system() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.
