Files
codeocean/app/views/comments/show.json.jbuilder
2021-05-14 22:03:06 +02:00

4 lines
127 B
Ruby

# frozen_string_literal: true
json.extract! @comment, :id, :user_id, :file_id, :row, :column, :text, :created_at, :updated_at