fixed issue评论里的附件解析关联,增强附件访问权限控制

This commit is contained in:
2023-10-18 15:24:39 +08:00
committed by 呱呱呱
parent da5972698f
commit 34a7add47c
2 changed files with 15 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ json.total_operate_journals_count @total_operate_journals_count
json.total_comment_journals_count @total_comment_journals_count
json.total_count @journals.total_count
json.journals @journals do |journal|
journal.associate_attachment_container
json.partial! "detail", journal: journal
end