Sha256: 6ee4c272ed9089f106bdccb2a2b8d74190d6d290aaa09fb2191aff3320c4c9d3
Contents?: true
Size: 159 Bytes
Versions: 18
Compression:
Stored size: 159 Bytes
Contents
FactoryBot.define do factory :agent_relationship do |f| f.parent_id{FactoryBot.create(:agent).id} f.child_id{FactoryBot.create(:agent).id} end end
Version data entries
18 entries across 18 versions & 3 rubygems