新增:数据集部分接口

This commit is contained in:
2024-04-01 17:23:56 +08:00
parent 0a13387c1c
commit dbfbee78fa
7 changed files with 62 additions and 3 deletions
@@ -0,0 +1,4 @@
json.(@project_dataset, :id, :title, :description)
json.attachments @attachments do |at|
json.partial! "api/v1/attachments/detail", locals: {attachment: at}
end