Browse Source

FIX migrate api bug

tags/v1.0.0
Jasder 5 years ago
parent
commit
7a3f8cf47f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/projects/migrate.json.jbuilder

+ 1
- 1
app/views/projects/migrate.json.jbuilder View File

@@ -1 +1 @@
json.extract! @project, :id, :name
json.extract! @project, :id, :name, :identifier

Loading…
Cancel
Save