Missing Method in SolutionsController

Error: The action storage-strategies is not defined in controller SolutionsController

Error: Create SolutionsController::storage-strategies() in file: app/controllers/solutions_controller.php.

<?php
class SolutionsController extends AppController {

	var $name = 'Solutions';


	function storage-strategies() {

	}

}
?>

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