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/projects/update.json.jbuilder

8 lines
260 B

json.id @project.id
json.identifier @project.identifier
json.name @project.name
json.description @project.description
json.project_category_id @project.project_category_id
json.project_language_id @project.project_language_id
json.is_public @project.is_public