Merge commenting support
This commit is contained in:
1
app/views/comments/show.json.jbuilder
Normal file
1
app/views/comments/show.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.extract! @comment, :id, :user_id, :file_id, :row, :column, :text, :created_at, :updated_at
|
Reference in New Issue
Block a user