Get more comment information from the server
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
json.array!(@comments) do |comment|
|
||||
json.extract! comment, :id, :user_id, :file_id, :row, :column, :text, :username
|
||||
json.extract! comment, :id, :user_id, :file_id, :row, :column, :text, :username, :date, :updated
|
||||
json.url comment_url(comment, format: :json)
|
||||
end
|
||||
|
Reference in New Issue
Block a user