Missing Method in ItemsController

Error: The action pref is not defined in controller ItemsController

Error: Create ItemsController::pref() in file: app/controllers/items_controller.php.

<?php
class ItemsController extends AppController {

	var $name = 'Items';


	function pref() {

	}

}
?>

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