Missing Method in EventsController

Error: The action get is not defined in controller EventsController

Error: Create EventsController::get() in file: app/Controller/EventsController.php.

<?php
class EventsController extends AppController {


	public function get() {

	}

}

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

Stack Trace