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