You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/repositories/edit.json.jbuilder

9 lines
352 B

json.identifier @repo.identifier
json.project_id @repo&.project.id
json.project_name @repo&.project.name
json.project_identifier @repo.project.identifier
json.project_description @repo&.project.description
json.project_category_id @repo&.project.project_category_id
json.project_language_id @repo&.project.project_language_id
json.private @repo.hidden