MongoDB-Uppgift/app/views/posts/_post.json.jbuilder
2025-05-23 14:14:30 +02:00

2 lines
104 B
Ruby

json.extract! post, :id, :title, :body, :created_at, :updated_at
json.url post_url(post, format: :json)