polyglot/app/controllers/requests_controller.rb

9 lines
129 B
Ruby
Raw Normal View History

2018-08-29 13:09:12 +00:00
class RequestsController < ApplicationController
def update
request.accepted = true
# Create new Chat Room
end
end