Missing Method in UsersController

Error: The action view is not defined in controller UsersController

Error: Create UsersController::view() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function view() {

	}

}
?>

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

(default) 3 queries took 67 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `users`7715
2DESCRIBE `questions`7721
3DESCRIBE `answers`7731