Missing Method in AppointmentsController

You are seeing this error because the action patients.html is not defined in controller AppointmentsController

If you want to customize this error message, create portal/views/errors/missing_action.ctp.

Fatal : Confirm you have created the AppointmentsController::patients.html in file : portal/controllers/appointments_controller.php.

<?php
class AppointmentsController extends AppController {
   function patients.html() {
   }

}
?>