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





