Missing Method in PromotionsController
Error: The action about is not defined in controller PromotionsController
Error: Create PromotionsController::about() in file: app/controllers/promotions_controller.php.
<?php
class PromotionsController extends AppController {
var $name = 'Promotions';
function about() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.





