fork_networks.rb 108 Bytes EditWeb IDE 1 2 3 4 5 FactoryGirl.define do factory :fork_network do association :root_project, factory: :project end end