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