Files
parse/app/views/projects/_project.json.jbuilder
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

3 lines
105 B
Ruby

json.extract! project, :id, :name, :created_at, :updated_at
json.url project_url(project, format: :json)