Missing Method in GiftsController

You are seeing this error because the action index is not defined in controller GiftsController

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

Fatal: Confirm you have created the GiftsController::index in file : app/controllers/gifts_controller.php.

<?php
class GiftsController extends AppController {
   function index() {
   }

}
?>