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