Missing Method in MediaController

Error: The action view is not defined in controller MediaController

Error: Create MediaController::view() in file: app/Controller/MediaController.php.

<?php
class MediaController extends AppController {


	public function view() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace