Missing Method in UsersController
Error: The action index.html is not defined in controller UsersController
Error: Create UsersController::index.html() in file: html/controllers/users_controller.php.
<?php class UsersController extends AppController { var $name = 'Users'; function index.html() { } } ?>
Notice: If you want to customize this error message, create html/views/errors/missing_action.ctp.