greenlight/app/models/shared_access.rb

6 lines
93 B
Ruby

# frozen_string_literal: true
class SharedAccess < ApplicationRecord
belongs_to :room
end