mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 00:59:13 +00:00
8 lines
101 B
Ruby
8 lines
101 B
Ruby
class RequestsController < ApplicationController
|
|
|
|
def accept
|
|
|
|
# Create new Chat Room
|
|
end
|
|
end
|