forgeplus/app/views/projects/about.json.jbuilder

6 lines
198 B
Plaintext
Raw Normal View History

2020-10-04 17:32:37 +08:00
json.content @project_detail&.content
json.identifier @project.identifier
json.attachments @attachments do |attach|
json.partial! "attachments/attachment_simple", locals: {attachment: attach}
end