Erreur: The action workshops is not defined in controller InfoController
Erreur: Create InfoController::workshops() in file: guardingmindsatwork_ca/controllers/info_controller.php.
<?php
class InfoController extends AppController {
var $name = 'Info';
function workshops() {
}
}
?>
Notice: If you want to customize this error message, create guardingmindsatwork_ca/views/errors/missing_action.ctp.