Missing Method in EventsController

Error: The action auth.logout is not defined in controller EventsController

Error: Create EventsController::auth.logout() in file: academo/controllers/events_controller.php.

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function auth.logout() {

	}

}
?>

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