Missing Method in GlossaryController

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

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

<?php
class GlossaryController extends AppController {


	public function index.html() {

	}

}

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

Stack Trace

TOP