psfpeqmhf/app/models/laboratory_user.rb

4 lines
88 B

5 years ago
class LaboratoryUser < ApplicationRecord
belongs_to :laboratory
belongs_to :user
end