Castellano

Missing Method in NotesController

Error: The action Public Domain is not defined in controller NotesController

Error: Create NotesController::Public Domain() in file: app/controllers/notes_controller.php.

<?php
class NotesController extends AppController {

	var $name = 'Notes';


	function Public Domain() {

	}

}
?>

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