SignUp order

Missing Method in PromotionsController

Error: The action Triumphs-of-Glory is not defined in controller PromotionsController

Error: Create PromotionsController::Triumphs-of-Glory() in file: app/controllers/promotions_controller.php.

<?php
class PromotionsController extends AppController {

	var $name = 'Promotions';


	function Triumphs-of-Glory() {

	}

}
?>

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