7 lines
78 B
Ruby
7 lines
78 B
Ruby
|
FactoryBot.define do
|
||
|
factory :term_agreement do
|
||
|
term
|
||
|
user
|
||
|
end
|
||
|
end
|