polyglot/app/models/request.rb
2018-08-29 13:44:10 +01:00

5 lines
81 B
Ruby

class Request < ApplicationRecord
belongs_to :user
belongs_to :chat_room
end