Show requests for comments and begin work on a view for executing them
This commit is contained in:
4
app/views/request_for_comments/index.json.jbuilder
Normal file
4
app/views/request_for_comments/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.array!(@request_for_comments) do |request_for_comment|
|
||||
json.extract! request_for_comment, :id, :requestorid, :exerciseid, :fileid, :requested_at
|
||||
json.url request_for_comment_url(request_for_comment, format: :json)
|
||||
end
|
Reference in New Issue
Block a user