Files
gitlink-forgeplus/app/models/laboratory_user.rb
2020-03-09 00:40:16 +08:00

4 lines
88 B
Ruby

class LaboratoryUser < ApplicationRecord
belongs_to :laboratory
belongs_to :user
end