Missing Method in GroupsController

You are seeing this error because the action unknown is not defined in controller GroupsController

If you want to customize this error message, create app/views/errors/missing_action.ctp.

Fatal: Confirm you have created the GroupsController::unknown in file : app/controllers/groups_controller.php.

<?php
class GroupsController extends AppController {
   function unknown() {
   }

}
?>