educoder/app/models/laboratory_user.rb

4 lines
88 B

class LaboratoryUser < ApplicationRecord
belongs_to :laboratory
belongs_to :user
end