Sha256: f97d80d71bffee89f80fa6b9324ca78932561a7f2149d058b162aa5771f67179
Contents?: true
Size: 163 Bytes
Versions: 16
Compression:
Stored size: 163 Bytes
Contents
FactoryBot.define do factory :exemplify do |f| f.manifestation_id{FactoryBot.create(:manifestation).id} f.item_id{FactoryBot.create(:item).id} end end
Version data entries
16 entries across 16 versions & 2 rubygems