Missing Method in ProductsController

Error: The action images is not defined in controller ProductsController

Error: Create ProductsController::images() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function images() {

	}

}
?>

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

(default) 3 queries took 3 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `products`15151
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';111
3SHOW FULL COLUMNS FROM `categories`991