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

5 lines
95 B
Ruby

class ChatRoomParticipation < ApplicationRecord
belongs_to :user
belongs_to :chat_room
end