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