forked from Gitlink/forgeplus
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
|
|
json.total_count @organizations.size
|
||
|
|
json.organizations @organizations do |org|
|
||
|
|
json.partial! "/organizations/organizations/simple", locals: {organization: org}
|
||
|
|
end
|