Missing Method in TimetablesController
You are seeing this error because the action laun 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::laun() in file : app/controllers/timetables_controller.php
<?php
class TimetablesController extends AppController {
function laun() {
}
}
?>
