Missing Method in PrintedsController

Error: The action U is not defined in controller PrintedsController

Error: Create PrintedsController::U() in file: app/controllers/printeds_controller.php.

<?php
class PrintedsController extends AppController {

	var $name = 'Printeds';


	function U() {

	}

}
?>

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