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