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