2 lines
96 B
Ruby
2 lines
96 B
Ruby
json.extract! @comment, :id, :user_id, :file_id, :row, :column, :text, :created_at, :updated_at
|