thirteen-tien-len/app/views/projects/_project.json.jbuilder

3 lines
130 B
Ruby

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