GitList
About
Refresh
Report bug
Help
browsing:
52ef76884ec9d40bc5efc90275dd8ce79e190ebc
Branches
backbonejs-auth
chat-css
history
master
sending-messages
Files
Commits
Stats
Network
xmpp-bachelor.git
/
app
/
controllers
/
chat_controller.rb
Raw
Blame
History
1
2
3
4
5
6
7
8
9
10
11
class
ChatController
<
ApplicationController
def
index
end
def
ws
end
end