ETN.fm

Missing Method in ShowsController

Error: The action progressive is not defined in controller ShowsController

Error: Create ShowsController::progressive() in file: app/controllers/shows_controller.php.

<?php
class ShowsController extends AppController {

	var $name = 'Shows';


	function progressive() {

	}

}
?>

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