Missing Method in PostsController

Error: The action index.html is not defined in controller PostsController

Error: Create PostsController::index.html() in file: app/Controller/PostsController.php.

<?php
class PostsController extends AppController {


	public function index.html() {

	}

}

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

Stack Trace