Missing Method in GroupsController

Error: The action Scripts is not defined in controller GroupsController

Error: Create GroupsController::Scripts() in file: app/controllers/groups_controller.php.

<?php
class GroupsController extends AppController {

	var $name = 'Groups';


	function Scripts() {

	}

}
?>

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