4 lines
77 B
Ruby
4 lines
77 B
Ruby
json.set! :files do
|
|
json.array! @exercise.files.visible, :content, :id
|
|
end
|