forked from External/greenlight
6 lines
93 B
Ruby
6 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SharedAccess < ApplicationRecord
|
|
belongs_to :room
|
|
end
|