Missing Method in ProductLinesController

Error: The action index is not defined in controller ProductLinesController

Error: Create ProductLinesController::index() in file: app/controllers/product_lines_controller.php.

<?php
class ProductLinesController extends AppController {

	var $name = 'ProductLines';


	function index() {

	}

}
?>

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