Missing Method in Category1sController

Error: The action contacts is not defined in controller Category1sController

Error: Create Category1sController::contacts() in file: app/controllers/category1s_controller.php.

<?php
class Category1sController extends AppController {

	var $name = 'Category1s';


	function contacts() {

	}

}
?>

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