thirteen-tien-len/app/views/projects/_project.json.jbuilder
2023-10-26 01:18:42 +00:00

3 lines
130 B
Ruby

json.extract! project, :id, :title, :description, :user_id, :created_at, :updated_at
json.url project_url(project, format: :json)