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