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