5 lines
88 B
Ruby
5 lines
88 B
Ruby
|
class Employment < ApplicationRecord
|
||
|
belongs_to :worker
|
||
|
belongs_to :participant
|
||
|
end
|