Missing Method in WinesController

You are seeing this error because the action landing is not defined in controller WinesController

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

Fatal: Confirm you have created the WinesController::landing() in file : app/controllers/wines_controller.php

<?php
class WinesController extends AppController {
   function landing() {
   }

}
?>