Missing controller

You are seeing this error because controller FormsController could not be found.

Notice: If you want to customize this error message, create questmin/views/errors/missing_controller.ctp

Fatal: Create the class below in file: questmin/controllers/forms_controller.php

<?php
class FormsController extends AppController {
   var $name = 'Forms';
}
?>