Missing Controller
Error: PricesController could not be found.
Error: Create the class PricesController below in file: app/controllers/prices_controller.php
<?php
class PricesController extends AppController {
var $name = 'Prices';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
