Sha256: 7f5c17dd72cf52437503ca070800e6d43c3453678bbc45b87ff87646b4e75b71
Contents?: true
Size: 163 Bytes
Versions: 45
Compression:
Stored size: 163 Bytes
Contents
FactoryBot.define do factory :produce do |f| f.manifestation_id{FactoryBot.create(:manifestation).id} f.agent_id{FactoryBot.create(:agent).id} end end
Version data entries
45 entries across 45 versions & 3 rubygems