This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
community-messaging-project
/
cims-configurationserver
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
3b84096873
Branches
Tags
master
ror32
cims-configu...
/
app
/
controllers
/
bots_controller.rb
bots_controller.rb
87 B
Histórico
Raw
1
2
3
4
5
class BotsController < ApplicationController
def index
@bots = Bot.all
end
end