Missing Method in PartnersController

Error: The action microsoft is not defined in controller PartnersController

Error: Create PartnersController::microsoft() in file: app/controllers/partners_controller.php.

<?php
class PartnersController extends AppController {

	var $name = 'Partners';


	function microsoft() {

	}

}
?>

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