Missing Method in UpdatesController

Error: The action work.html is not defined in controller UpdatesController

Error: Create UpdatesController::work.html() in file: nexus/controllers/updates_controller.php.

<?php
class UpdatesController extends AppController {

	var $name = 'Updates';


	function work.html() {

	}

}
?>

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