Missing Method in PharmacardsController

Error: The action delete is not defined in controller PharmacardsController

Error: Create PharmacardsController::delete() in file: app/controllers/pharmacards_controller.php.

<?php
class PharmacardsController extends AppController {

	var $name = 'Pharmacards';


	function delete() {

	}

}
?>

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