Missing Method in TestimoniesController

Error: The action REPLACE is not defined in controller TestimoniesController

Error: Create TestimoniesController::REPLACE() in file: restorepurity/controllers/testimonies_controller.php.

<?php
class TestimoniesController extends AppController {

	var $name = 'Testimonies';


	function REPLACE() {

	}

}
?>

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