grantcallendar/app/views/projects/_project.json.jbuilder

3 lines
119 B
Ruby

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