Missing Method in AttachmentsController

Error: The action 52 is not defined in controller AttachmentsController

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

<?php
class AttachmentsController extends AppController {

	var $name = 'Attachments';


	function 52() {

	}

}
?>

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

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