polyglot/app/controllers/requests_controller.rb
2018-08-30 14:18:26 +01:00

8 lines
101 B
Ruby

class RequestsController < ApplicationController
def accept
# Create new Chat Room
end
end