Merge commenting support
This commit is contained in:
4
app/views/comments/index.json.jbuilder
Normal file
4
app/views/comments/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.array!(@comments) do |comment|
|
||||
json.extract! comment, :id, :user_id, :file_id, :row, :column, :text
|
||||
json.url comment_url(comment, format: :json)
|
||||
end
|
Reference in New Issue
Block a user