fixed 建木认证code,项目成员可见

This commit is contained in:
“xxq250”
2022-07-29 16:30:56 +08:00
parent 8dba81bfca
commit 7597f1fd8f
2 changed files with 15 additions and 5 deletions

View File

@@ -18,6 +18,14 @@ class MarkFilesController < ApplicationController
end
end
def mark_file_as_unread
end
def mark_file_as_read
end
private
def review_params
params.require(:review).permit(:content, :commit_id, :status)