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