Missing Method in TimetablesController

You are seeing this error because the action hob is not defined in controller TimetablesController

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

Fatal: Confirm you have created the TimetablesController::hob() in file : app/controllers/timetables_controller.php

<?php
class TimetablesController extends AppController {
   function hob() {
   }

}
?>