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