forgeplus/app/views/forks/create.json.jbuilder

7 lines
105 B
Plaintext
Raw Normal View History

2020-03-09 00:40:16 +08:00
if @new_project
json.id @new_project.id
json.identifier @new_project.identifier
else
json.nil!
end