class RequestsController < ApplicationController def update request.accepted = true # Create new Chat Room end end