polyglot/app/models/request.rb

5 lines
81 B
Ruby

class Request < ApplicationRecord
belongs_to :user
belongs_to :chat_room
end