Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
123 Bytes
@comments.each do |comment|
json.set! comment.id do
json.partial! 'api/comments/comment', comment: comment
end
end