Files
codeocean/app/views/exercises/show.json.jbuilder

4 lines
77 B
Ruby

json.set! :files do
json.array! @exercise.files.visible, :content, :id
end