forgeplus/app/models/laboratory_user.rb

4 lines
88 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class LaboratoryUser < ApplicationRecord
belongs_to :laboratory
belongs_to :user
end