Missing Method in ProdutosController

Error: The action detalhes_produto.php is not defined in controller ProdutosController

Error: Create ProdutosController::detalhes_produto.php() in file: app/controllers/produtos_controller.php.

<?php
class ProdutosController extends AppController {

	var $name = 'Produtos';


	function detalhes_produto.php() {

	}

}
?>

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