Missing Method in AttachmentsController

Error: The action 34 is not defined in controller AttachmentsController

Error: Create AttachmentsController::34() in file: app/controllers/attachments_controller.php.

<?php
class AttachmentsController extends AppController {

	var $name = 'Attachments';


	function 34() {

	}

}
?>

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

(default) 2 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `attachments`661
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';111