Missing Method in CataloguesController
Error: The action cat is not defined in controller CataloguesController
Error: Create CataloguesController::cat() in file: app/controllers/catalogues_controller.php.
<?php
class CataloguesController extends AppController {
var $name = 'Catalogues';
function cat() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.
