Missing Method in FaqController

You are seeing this error because the action universityunions is not defined in controller FaqController

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

Fatal: Confirm you have created the FaqController::universityunions() in file : app/controllers/faq_controller.php

<?php
class FaqController extends AppController {
   function universityunions() {
   }

}
?>