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