forgeplus/app/views/installations/show.json.jbuilder

6 lines
162 B
Ruby

json.partial! "commons/success"
json.extract! @install_bot, :id, :bot_id, :installer_id, :state, :create_time, :update_time
json.bot_name @install_bot.bot.name