rosa-build/app/views/collaborators/_collaborator.json.jbuilder

6 lines
205 B
Plaintext
Raw Normal View History

json.id collaborator.id.to_s + '-' + collaborator.type
json.name collaborator.name
json.type collaborator.type
json.project_id collaborator.project_id
json.role collaborator.role