Sha256: bfddfd3b5d9f4adbdc2e7c3d9913dc13e4d91e400d0daf68e7319bb1ee385a6b
Contents?: true
Size: 202 Bytes
Versions: 27
Compression:
Stored size: 202 Bytes
Contents
FactoryBot.define do factory :agent_relationship do |f| f.parent_id{FactoryBot.create(:agent).id} f.child_id{FactoryBot.create(:agent).id} f.association :agent_relationship_type end end
Version data entries
27 entries across 27 versions & 1 rubygems