Browse Source

fadd: repo edit unit

tags/v3.0.1
vilet.yy 5 years ago
parent
commit
db2ba95e24
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/repositories/edit.json.jbuilder

+ 1
- 0
app/views/repositories/edit.json.jbuilder View File

@@ -5,3 +5,4 @@ json.project_description @project.description
json.project_category_id @project.project_category_id
json.project_language_id @project.project_language_id
json.private !@project.is_public
json.project_units @project.project_units.pluck(:unit_type)

Loading…
Cancel
Save