5 lines
81 B
Ruby
5 lines
81 B
Ruby
|
class Request < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :chat_room
|
||
|
end
|