7 lines
79 B
Ruby
7 lines
79 B
Ruby
|
FactoryBot.define do
|
||
|
factory :portal_member do
|
||
|
portal
|
||
|
user
|
||
|
end
|
||
|
end
|