Sha256: bd6828f05192931ce5fbe70c071bd0a3c6d4aeb17659c08eb1e5ebe755731ba5
Contents?: true
Size: 224 Bytes
Versions: 27
Compression:
Stored size: 224 Bytes
Contents
FactoryBot.define do factory :manifestation_relationship do parent_id{FactoryBot.create(:manifestation).id} child_id{FactoryBot.create(:manifestation).id} association :manifestation_relationship_type end end
Version data entries
27 entries across 27 versions & 1 rubygems