# frozen_string_literal: true
class SharedAccess < ApplicationRecord
belongs_to :room
end
Powered by TurnKey Linux.