Submit social housing lettings and sales data (CORE)
 
 
 
 

6 lines
192 B

FactoryBot.define do
factory :organisation_relationship do
child_organisation { FactoryBot.create(:organisation) }
parent_organisation { FactoryBot.create(:organisation) }
end
end