Night Owl

Missing Method in FranchisingController

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

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

<?php
class FranchisingController extends AppController {

	var $name = 'Franchising';


	function NewNightOwlOpportunities.aspx() {

	}

}
?>

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

prizes