Night Owl

Missing Method in FranchisingController

Error: The action NightOwlsforSale.aspx is not defined in controller FranchisingController

Error: Create FranchisingController::NightOwlsforSale.aspx() in file: app/controllers/franchising_controller.php.

<?php
class FranchisingController extends AppController {

	var $name = 'Franchising';


	function NightOwlsforSale.aspx() {

	}

}
?>

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

prizes