This website requires JavaScript.
Explore
Help
Sign In
paoda
/
polyglot
mirror of
https://github.com/beatriceo/polyglot.git
Watch
1
Star
0
Fork
You've already forked polyglot
0
Code
Issues
Projects
Releases
Wiki
Activity
5b684718c3
polyglot
/
app
/
controllers
/
requests_controller.rb
8 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
added chat room controllers
2018-08-29 13:09:12 +00:00
class
RequestsController
<
ApplicationController
created rooms and redirects users to correct room
2018-08-30 13:18:26 +00:00
def
accept
added chat room controllers
2018-08-29 13:09:12 +00:00
# Create new Chat Room
end
end