obdev/app/models/employment.rb

5 lines
88 B
Ruby

class Employment < ApplicationRecord
belongs_to :worker
belongs_to :participant
end