bots_controller.rb 87 B

12345
  1. class BotsController < ApplicationController
  2. def index
  3. @bots = Bot.all
  4. end
  5. end