gitlink-forgeplus/app/views/installations/index.json.jbuilder

8 lines
190 B
Ruby

json.status 0
json.message "success"
json.data do
json.array! @install_bots do |install_bot|
json.installation_id install_bot.id
json.extract! install_bot.bot, :id, :name
end
end