forked from jasder/forgeplus
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
if @new_project
|
||
|
json.id @new_project.id
|
||
|
json.identifier @new_project.identifier
|
||
|
else
|
||
|
json.nil!
|
||
|
end
|