This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
community-messaging-project
/
cims-configurationserver
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3b84096873
Branches
Tags
master
ror32
cims-configu...
/
app
/
controllers
/
bots_controller.rb
bots_controller.rb
87 B
Historique
Raw
1
2
3
4
5
class BotsController < ApplicationController
def index
@bots = Bot.all
end
end