Quantcast CakePHP(tm) : Missing Model

Missing Model

No class found for the Show model

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

Fatal: Create the class below in file : app/models/show.php

<?php
class Show extends AppModel {
   var $name = 'Show';
}
?>