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