mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 00:59:13 +00:00
5 lines
81 B
Ruby
5 lines
81 B
Ruby
class Request < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :chat_room
|
|
end
|