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