Missing Method in MediaController
Error: The action delete is not defined in controller MediaController
Error: Create MediaController::delete() in file: app/controllers/media_controller.php.
<?php
class MediaController extends AppController {
var $name = 'Media';
function delete() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

