forgeplus/app/models/laboratory_user.rb

4 lines
88 B
Ruby

class LaboratoryUser < ApplicationRecord
belongs_to :laboratory
belongs_to :user
end