forked from jasder/forgeplus
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
json.projects @projects do |project|
|
||
|
json.project_id project.id
|
||
|
json.project_name project.name
|
||
|
end
|