Sha256: a2ee9abae4938d1cf72fe4c522f0281b3f6fa208400642e52aa6baab803c934b
Contents?: true
Size: 144 Bytes
Versions: 45
Compression:
Stored size: 144 Bytes
Contents
FactoryBot.define do factory :donate do |f| f.item_id{FactoryBot.create(:item).id} f.agent_id{FactoryBot.create(:agent).id} end end
Version data entries
45 entries across 45 versions & 3 rubygems