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