Missing Method in InnsController

Error: The action more is not defined in controller InnsController

Error: Create InnsController::more() in file: app/controllers/inns_controller.php.

<?php
class InnsController extends AppController {

	var $name = 'Inns';


	function more() {

	}

}
?>

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