Missing Method in PhotosController

Error: The action index is not defined in controller PhotosController

Error: Create PhotosController::index() in file: app/controllers/photos_controller.php.

<?php
class PhotosController extends AppController {

	var $name = 'Photos';


	function index() {

	}

}
?>

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