cover cover cover cover cover cover cover

Missing Method in MoviesController

Error: The action index,follow is not defined in controller MoviesController

Error: Create MoviesController::index,follow() in file: app/controllers/movies_controller.php.

<?php
class MoviesController extends AppController {

	var $name = 'Movies';


	function index,follow() {

	}

}
?>

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