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