Missing Method in VideosController

You are seeing this error because the action unknown is not defined in controller VideosController

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

Fatal: Confirm you have created the VideosController::unknown in file : app/controllers/videos_controller.php.

<?php
class VideosController extends AppController {
   function unknown() {
   }

}
?>