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