Files
codeocean/app/views/request_for_comments/index.json.jbuilder

5 lines
227 B
Ruby

json.array!(@request_for_comments) do |request_for_comment|
json.extract! request_for_comment, :id, :requestorid, :exerciseid, :fileid, :requested_at
json.url request_for_comment_url(request_for_comment, format: :json)
end