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

3 lines
81 B
Plaintext
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
json.extract! @project, :id, :name,:identifier
2022-04-12 11:01:09 +08:00
json.login @project&.owner&.login