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