Sha256: 4919493e9e7156fb508bc23970b5b426f6d6a9114f3117d995782e8c4d2811c3
Contents?: true
Size: 186 Bytes
Versions: 161
Compression:
Stored size: 186 Bytes
Contents
FactoryGirl.define do factory :manifestation_relationship do |f| f.parent_id{FactoryGirl.create(:manifestation).id} f.child_id{FactoryGirl.create(:manifestation).id} end end
Version data entries
161 entries across 159 versions & 4 rubygems