5 lines
94 B
Ruby
5 lines
94 B
Ruby
|
class EmployerRecord < ApplicationRecord
|
||
|
belongs_to :employer
|
||
|
belongs_to :participant
|
||
|
end
|