Missing Method in SolutionsController

Error: The action eco_innovation is not defined in controller SolutionsController

Error: Create SolutionsController::eco_innovation() in file: app/controllers/solutions_controller.php.

<?php
class SolutionsController extends AppController {

	var $name = 'Solutions';


	function eco_innovation() {

	}

}
?>

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