Missing Method in TemplatesController

Błąd: The action investin is not defined in controller TemplatesController

Błąd: Create TemplatesController::investin() in file: app/controllers/templates_controller.php.

<?php
class TemplatesController extends AppController {

	var $name = 'Templates';


	function investin() {

	}

}
?>

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