thirteen-tien-len/app/views/bots/_bot.json.jbuilder
2023-11-28 12:04:44 +00:00

3 lines
157 B
Ruby

json.extract! bot, :id, :name, :telegram_api_token, :discord_api_token, :user_id, :profile_id, :created_at, :updated_at
json.url bot_url(bot, format: :json)