Missing Method in TermsController

Error: The action src is not defined in controller TermsController

Error: Create TermsController::src() in file: app/Controller/TermsController.php.

<?php
class TermsController extends AppController {


	public function src() {

	}

}

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

Stack Trace