Missing Method in StoreController

Error: The action store is not defined in controller StoreController

Error: Create StoreController::store() in file: app/controllers/store_controller.php.

<?php
class StoreController extends AppController {

	var $name = 'Store';


	function store() {

	}

}
?>

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