Missing Method in NovedadesController

Error: The action home is not defined in controller NovedadesController

Error: Create NovedadesController::home() in file: app/controllers/novedades_controller.php.

<?php
class NovedadesController extends AppController {

	var $name = 'Novedades';


	function home() {

	}

}
?>

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