Missing Method in DirectorsController

Error: The action index is not defined in controller DirectorsController

Error: Create DirectorsController::index() in file: public_html/controllers/directors_controller.php.

<?php
class DirectorsController extends AppController {

	var $name = 'Directors';


	function index() {

	}

}
?>

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

Notice (8): Undefined variable: bodyClass [APP/views/elements/footer.ctp, line 1]