greenlight/app/models/shared_access.rb
Ahmad Farhat 967130e57c GRN2-253: Added the ability to share rooms across multiple users (#912)
* Added ability to share rooms with other users

* Fixed testcases
2020-02-12 17:49:35 -05:00

6 lines
93 B
Ruby

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