Night Owl

Missing Method in PromotionsController

Error: The action GroceryDeals.aspx is not defined in controller PromotionsController

Error: Create PromotionsController::GroceryDeals.aspx() in file: app/controllers/promotions_controller.php.

<?php
class PromotionsController extends AppController {

	var $name = 'Promotions';


	function GroceryDeals.aspx() {

	}

}
?>

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

prizes