Missing Method in DocumentsController

Error: The action G is not defined in controller DocumentsController

Error: Create DocumentsController::G() in file: app/controllers/documents_controller.php.

<?php
class DocumentsController extends AppController {

	var $name = 'Documents';


	function G() {

	}

}
?>

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