polyglot/app/models/request.rb

5 lines
81 B
Ruby
Raw Normal View History

2018-08-29 12:44:10 +00:00
class Request < ApplicationRecord
belongs_to :user
belongs_to :chat_room
end