Missing Method in MarcasController

Error: The action index is not defined in controller MarcasController

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

<?php
class MarcasController extends AppController {


	public function index() {

	}

}

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

Stack Trace