Missing Method in AttachmentsController

Error: The action 37 is not defined in controller AttachmentsController

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

<?php
class AttachmentsController extends AppController {

	var $name = 'Attachments';


	function 37() {

	}

}
?>

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

(default) 4 queries took 8 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
3SHOW FULL COLUMNS FROM `settings`553
4SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`key`, `Setting`.`value`, `Setting`.`type` FROM `settings` AS `Setting` WHERE 1 = 1 11112