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