Missing Controller

Error: ProductController could not be found.

Error: Create the class ProductController below in file: app/controllers/product_controller.php

<?php
class ProductController extends AppController {

	var $name = 'Product';
}
?>

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