Missing Method in UsersController

Error: The action add is not defined in controller UsersController

Error: Create UsersController::add() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {

	public function add() {
	}

}

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

Stack Trace