File size: 104 Bytes
f5071ca |
1 2 3 4 5 6 7 8 |
@posts.each do |post|
json.set! post.id do
json.partial! 'api/posts/post', post: post
end
end
|
f5071ca |
1 2 3 4 5 6 7 8 |
@posts.each do |post|
json.set! post.id do
json.partial! 'api/posts/post', post: post
end
end
|